Merge remote-tracking branch 'origin/develop'
This commit is contained in:
commit
fae9755ffb
1 changed files with 0 additions and 1 deletions
|
@ -26,7 +26,6 @@ class SaveUserRequest extends Request
|
|||
return [
|
||||
'first_name' => 'required|string|min:1',
|
||||
'last_name' => 'required|string|min:1',
|
||||
'username' => 'required|string|min:2|unique:users,username,NULL,deleted_at',
|
||||
'email' => 'email',
|
||||
'password' => 'required|min:6',
|
||||
'password_confirm' => 'sometimes|required_with:password',
|
||||
|
|
Loading…
Add table
Reference in a new issue