mirror of
https://github.com/anonaddy/anonaddy
synced 2026-04-26 01:25:06 +02:00
Added custom to default alias format options
This commit is contained in:
@@ -27,7 +27,7 @@ class UpdateDefaultAliasFormatRequest extends FormRequest
|
||||
'format' => [
|
||||
'required',
|
||||
'string',
|
||||
'in:uuid,random_words'
|
||||
'in:uuid,random_words,custom'
|
||||
]
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user