|
|
|
@ -36,8 +36,7 @@ class UpdateRequest extends FormRequest |
|
|
|
'address' => 'nullable|string|max:255', |
|
|
|
'city' => 'nullable|string|max:255', |
|
|
|
'email' => 'nullable|string|max:255', |
|
|
|
'password' => 'nullable|min:6|max:15|current_password', |
|
|
|
'new_password' => 'nullable|min:6|max:15|same_password|confirmed', |
|
|
|
'password' => 'nullable|min:6|max:15', |
|
|
|
]; |
|
|
|
} |
|
|
|
|
|
|
|
|