Merge pull request #3606 from phecho/patch-1

Change redirecTo in AuthController
This commit is contained in:
Taylor Otwell 2015-12-25 07:10:59 -06:00
commit e6dff08752
1 changed files with 1 additions and 1 deletions

View File

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