]> BookStack Code Mirror - bookstack/blobdiff - app/Http/Controllers/Auth/LoginController.php
Updated auth controllers with property types
[bookstack] / app / Http / Controllers / Auth / LoginController.php
index 1d6a36c5bbb072097414224caaa717c162bc451c..bf40b0e03966682e188769de933c7eb54ddf9146 100644 (file)
@@ -31,8 +31,8 @@ class LoginController extends Controller
     /**
      * Redirection paths.
      */
-    protected $redirectTo = '/';
-    protected $redirectPath = '/';
+    protected string $redirectTo = '/';
+    protected string $redirectPath = '/';
 
     protected SocialAuthService $socialAuthService;
     protected LoginService $loginService;