Added new alias formats and option to change alias separator

This commit is contained in:
Will Browning
2026-02-11 11:22:04 +00:00
parent 4653e1b58c
commit daf6408e31
26 changed files with 17557 additions and 8507 deletions

View File

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