Completed
Push — master ( 5507f7...fbc8fa )
by Andrii
04:03 queued 31s
created
src/components/Directory.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,7 @@
 block discarded – undo
26 26
             $type = isset($config['template']) || isset($config['copy']) ? 'File' : 'Directory';
27 27
             $defaults = [
28 28
                 'class' => "hidev\\components\\$type",
29
-                'path'  => $this->_path . '/' . $id,
29
+                'path'  => $this->_path.'/'.$id,
30 30
             ];
31 31
             $config = array_merge($defaults, $config ?: []);
32 32
             $object = Yii::createObject($config);
Please login to merge, or discard this patch.