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