fix #363
This commit is contained in:
parent
0ee80b1fec
commit
e613e44749
1 changed files with 10 additions and 0 deletions
|
@ -182,4 +182,14 @@ class LoginController extends Controller
|
|||
return redirect()->route('auth.login');
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Get the login username to be used by the controller.
|
||||
*
|
||||
* @return string
|
||||
*/
|
||||
public function username()
|
||||
{
|
||||
return 'user';
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue