mirror of
https://github.com/laravel/laravel.git
synced 2025-02-20 11:53:14 +08:00
add property by default
This commit is contained in:
parent
d15ab4b82e
commit
58bc5273b8
@ -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.
|
||||
*
|
||||
|
Loading…
x
Reference in New Issue
Block a user