add change avatar
This commit is contained in:
@@ -25,7 +25,7 @@ class LoginRequest extends FormRequest
|
||||
public function rules(): array
|
||||
{
|
||||
return [
|
||||
'username' => 'required|exists:users,username',
|
||||
'username' => 'required|exists:users,username',
|
||||
'password' => 'required|string',
|
||||
'telephone_id' => 'required|string'
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user