add property by default

This commit is contained in:
Taylor Otwell 2015-10-29 09:59:32 -05:00
parent d15ab4b82e
commit 58bc5273b8

View File

@ -23,6 +23,13 @@ class AuthController extends Controller
use AuthenticatesAndRegistersUsers, ThrottlesLogins;
/**
* Where to redirect users after login / registration.
*
* @var string
*/
protected $redirectTo = '/home';
/**
* Create a new authentication controller instance.
*