Skip to content

Commit

Permalink
update validation
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohammad-Alavi committed Dec 11, 2021
1 parent 3a4ce6c commit 0416e19
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public function rules(): array
{
return [
'email' => 'required|email|max:40|unique:users,email',
'password' => 'required|min:6|max:30',
'password' => 'required|min:6|max:32',
'name' => 'min:2|max:50',
'gender' => 'in:male,female,unspecified',
'birth' => 'date',
Expand Down

0 comments on commit 0416e19

Please sign in to comment.