Completed
Push — master ( 0dab20...708206 )
by Oleg
03:07
created
src/web/Asset.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -67,7 +67,7 @@
 block discarded – undo
67 67
 
68 68
         $this->hash = md5($this->sourcePath);
69 69
 
70
-        $this->publishPath = '/' . (($dir = (new Injector)->param('assetsDirName')) ? $dir : 'assets') . '/' . $this->hash;
70
+        $this->publishPath = '/'.(($dir = (new Injector)->param('assetsDirName')) ? $dir : 'assets').'/'.$this->hash;
71 71
 
72 72
         $web = (new KernelInjector)->get()->getWebDir();
73 73
 
Please login to merge, or discard this patch.