mirror of
https://github.com/robonen/education-project.git
synced 2026-03-20 10:54:31 +00:00
auth
This commit is contained in:
@@ -18,7 +18,6 @@ abstract class UserRequest extends ApiFormRequest
|
||||
public function rules()
|
||||
{
|
||||
return array_merge([
|
||||
'login' => 'required|string',
|
||||
'password' => 'required|string|min:6',
|
||||
], $this->specific());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user