Added custom to default alias format options

This commit is contained in:
Will Browning
2020-10-21 12:54:25 +01:00
parent f00b282976
commit eaed93a2d0
8 changed files with 116 additions and 92 deletions

View File

@@ -27,7 +27,7 @@ class UpdateDefaultAliasFormatRequest extends FormRequest
'format' => [
'required',
'string',
'in:uuid,random_words'
'in:uuid,random_words,custom'
]
];
}