in app/Http/Controllers/Auth/LoginController.php
over this method:
protected function credentials(Request $request)
{
return array_merge($request->only($this->username(), 'password')
, ['status' => 1]);
}
in app/Http/Controllers/Auth/LoginController.php
over this method:
protected function credentials(Request $request)
{
return array_merge($request->only($this->username(), 'password')
, ['status' => 1]);
}