]> BookStack Code Mirror - bookstack/blobdiff - app/Http/Controllers/Auth/LoginController.php
Code cleanup, bug squashing
[bookstack] / app / Http / Controllers / Auth / LoginController.php
index 3890da4b0c7cd6353658cce12b406f8820a5bf74..1252e6217a8b66f1bda3b405af28085a177308de 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()