[ 'required', 'alpha_num', 'max:20', 'unique:users,username', 'unique:additional_usernames,username', new NotBlacklisted, new NotDeletedUsername ], ]; } }