Commit 58bc5273 authored by Taylor Otwell's avatar Taylor Otwell

add property by default

parent d15ab4b8
...@@ -23,6 +23,13 @@ class AuthController extends Controller ...@@ -23,6 +23,13 @@ class AuthController extends Controller
use AuthenticatesAndRegistersUsers, ThrottlesLogins; use AuthenticatesAndRegistersUsers, ThrottlesLogins;
/**
* Where to redirect users after login / registration.
*
* @var string
*/
protected $redirectTo = '/home';
/** /**
* Create a new authentication controller instance. * Create a new authentication controller instance.
* *
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment