mirror of
https://github.com/prurigro/hypothetical.git
synced 2024-11-21 23:52:31 -05:00
Redirect to the dashboard after logging in
This commit is contained in:
parent
f1ce1e0a8a
commit
70a8b83b85
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ class LoginController extends Controller {
|
|||
*
|
||||
* @var string
|
||||
*/
|
||||
protected $redirectTo = '/';
|
||||
protected $redirectTo = '/dashboard';
|
||||
|
||||
/**
|
||||
* Create a new controller instance.
|
||||
|
|
Loading…
Reference in a new issue