]> BookStack Code Mirror - bookstack/blobdiff - app/Auth/Access/Saml2Service.php
Started refactor for merge of OIDC
[bookstack] / app / Auth / Access / Saml2Service.php
index 74e8c7726e4280e58f89af532fe9b8a29dbacdc3..b1489fbced83264b46c23151e4f7d974aca65884 100644 (file)
@@ -26,7 +26,7 @@ class Saml2Service extends ExternalAuthService
     /**
      * Saml2Service constructor.
      */
-    public function __construct(RegistrationService $registrationService, LoginService $loginService, User $user),
+    public function __construct(RegistrationService $registrationService, LoginService $loginService, User $user)
     {
         parent::__construct($registrationService, $user);