]> BookStack Code Mirror - bookstack/blobdiff - app/Http/Controllers/Auth/Saml2Controller.php
Added front-end toggle and testing of inline attachments
[bookstack] / app / Http / Controllers / Auth / Saml2Controller.php
index 7ffcc572bcd06dc43f003df6edb9f8c05d84720e..dc7814c4b173055bdb07c5c4a0e298249c113e65 100644 (file)
@@ -15,7 +15,6 @@ class Saml2Controller extends Controller
      */
     public function __construct(Saml2Service $samlService)
     {
-        parent::__construct();
         $this->samlService = $samlService;
         $this->middleware('guard:saml2');
     }
@@ -83,5 +82,4 @@ class Saml2Controller extends Controller
 
         return redirect()->intended();
     }
-
 }