Commit 58bc5273 by Taylor Otwell

add property by default

parent d15ab4b8
...@@ -24,6 +24,13 @@ class AuthController extends Controller ...@@ -24,6 +24,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.
* *
* @return void * @return void
......
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