Browse Source

Merge pull request #3606 from phecho/patch-1

Change redirecTo in AuthController
Taylor Otwell 8 years ago
parent
commit
e6dff08752
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/Http/Controllers/Auth/AuthController.php

+ 1 - 1
app/Http/Controllers/Auth/AuthController.php

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