Completed
Push — theme-bundle ( 1d6982...0052c5 )
by Kamil
20:08 queued 06:07
created
src/Sylius/Bundle/ThemeBundle/Asset/PathResolver.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -23,6 +23,6 @@
 block discarded – undo
23 23
      */
24 24
     public function resolve($path, ThemeInterface $theme)
25 25
     {
26
-        return str_replace('bundles/', 'bundles/_' . $theme->getCode() . '/', $path);
26
+        return str_replace('bundles/', 'bundles/_'.$theme->getCode().'/', $path);
27 27
     }
28 28
 }
Please login to merge, or discard this patch.