@@ -27,7 +27,7 @@ |
||
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; |