Completed
Push — develop ( ab0bf6...a87c7d )
by Jens
03:28
created
src/Helper/CmsHelper.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -19,7 +19,7 @@
 block discarded – undo
19 19
         $defaultNamespace = null
20 20
     ) {
21 21
         $this->translationHelper = $translationHelper;
22
-        $this->defaultNamespace = !is_null($defaultNamespace) ? $defaultNamespace . ':' : '';
22
+        $this->defaultNamespace = !is_null($defaultNamespace) ? $defaultNamespace.':' : '';
23 23
     }
24 24
 
25 25
     public function handle($context, $options)
Please login to merge, or discard this patch.