Completed
Pull Request — master (#1198)
by Greg
10:33
created
src/SWP/Bundle/UserBundle/Controller/RegistrationController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -194,7 +194,7 @@
 block discarded – undo
194 194
         }
195 195
     }
196 196
 
197
-    private function applyPWAUrl (string $url): string {
197
+    private function applyPWAUrl(string $url): string {
198 198
         if ($this->tenantContext->getTenant() &&
199 199
             $this->tenantContext->getTenant()->getPWAConfig() &&
200 200
             $this->tenantContext->getTenant()->getPWAConfig()->getUrl()
Please login to merge, or discard this patch.