]> BookStack Code Mirror - bookstack/blobdiff - app/Http/Controllers/Auth/PasswordController.php
Improved empty lists. Fixes #10.
[bookstack] / app / Http / Controllers / Auth / PasswordController.php
index 5f3747b4ad23c262585956221e67b8f338b32929..0539792889944c52f099a4f31c9858b5b3c7ad87 100644 (file)
@@ -20,10 +20,10 @@ class PasswordController extends Controller
 
     use ResetsPasswords;
 
+    protected $redirectTo = '/';
+
     /**
      * Create a new password controller instance.
-     *
-     * @return void
      */
     public function __construct()
     {