mirror of
https://github.com/prurigro/hypothetical.git
synced 2024-11-09 19:26:38 -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
|
* @var string
|
||||||
*/
|
*/
|
||||||
protected $redirectTo = '/';
|
protected $redirectTo = '/dashboard';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Create a new controller instance.
|
* Create a new controller instance.
|
||||||
|
|
Loading…
Reference in a new issue