Completed
Pull Request — master (#90)
by
unknown
12:21
created
src/Provider/Keycloak.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -183,7 +183,7 @@
 block discarded – undo
183 183
      */
184 184
     private function getBaseLogoutUrl(): string
185 185
     {
186
-        return $this->getBaseUrlWithRealm() . '/protocol/openid-connect/logout';
186
+        return $this->getBaseUrlWithRealm().'/protocol/openid-connect/logout';
187 187
     }
188 188
 
189 189
     /**
Please login to merge, or discard this patch.