Change redirecTo in AuthController

This commit is contained in:
phecho 2015-12-25 15:41:28 +08:00
parent 2b940ce5ec
commit 99b97ca7ca
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ class AuthController extends Controller
*
* @var string
*/
protected $redirectTo = '/home';
protected $redirectTo = '/';
/**
* Create a new authentication controller instance.