Completed
Push — master ( fbb4c3...48aefa )
by Andrii
04:08
created
src/components/Directory.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -27,7 +27,7 @@
 block discarded – undo
27 27
         foreach ($this->getItems() as $id => $config) {
28 28
             $defaults = [
29 29
                 'class' => isset($config['template']) || isset($config['copy']) ? 'template' : 'directory',
30
-                'file'  => $this->path . '/' . $id,
30
+                'file'  => $this->path.'/'.$id,
31 31
             ];
32 32
             if ($this->recursive) {
33 33
                 $defaults['recursive'] = $this->recursive;
Please login to merge, or discard this patch.