Completed
Push — master ( 7f33e2...b89041 )
by Vitaly
01:52
created
src/Application.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -48,7 +48,7 @@
 block discarded – undo
48 48
         $entity->save();
49 49
 
50 50
         // Go to correct form URL
51
-        url()->redirect($this->system->module('cms')->baseUrl.'/'.$this->id . '/form/' . $entity->id);
51
+        url()->redirect($this->system->module('cms')->baseUrl . '/' . $this->id . '/form/' . $entity->id);
52 52
     }
53 53
 
54 54
     /**
Please login to merge, or discard this patch.