Redirect to the dashboard after logging in

This commit is contained in:
Kevin MacMartin 2018-04-25 21:21:09 -04:00
parent f1ce1e0a8a
commit 70a8b83b85

View file

@ -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.