Completed
Pull Request — master (#54)
by
unknown
12:55
created
src/Provider/Keycloak.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -155,7 +155,7 @@
 block discarded – undo
155 155
      */
156 156
     private function getBaseLogoutUrl()
157 157
     {
158
-        return $this->getBaseUrlWithRealm() . '/protocol/openid-connect/logout';
158
+        return $this->getBaseUrlWithRealm().'/protocol/openid-connect/logout';
159 159
     }
160 160
 
161 161
     /**
Please login to merge, or discard this patch.