]> BookStack Code Mirror - bookstack/blobdiff - app/Http/Controllers/Auth/LoginController.php
Done a refactor pass on PermissionService
[bookstack] / app / Http / Controllers / Auth / LoginController.php
index 3890da4b0c7cd6353658cce12b406f8820a5bf74..d5685644ea5c32f80076feb3a5529bc27c563fbc 100644 (file)
@@ -46,7 +46,6 @@ class LoginController extends Controller
         $this->socialAuthService = $socialAuthService;
         $this->redirectPath = url('/');
         $this->redirectAfterLogout = url('/login');
-        parent::__construct();
     }
 
     public function username()
@@ -196,5 +195,4 @@ class LoginController extends Controller
 
         return redirect('/login');
     }
-
 }