Completed
Push — master ( f2d868...e3b163 )
by Steven
08:42 queued 03:01
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.