@@ -31,7 +31,7 @@ |
||
31 | 31 | } |
32 | 32 | $defaults = [ |
33 | 33 | 'class' => "hidev\\components\\$type", |
34 | - 'path' => $this->_path . '/' . $id, |
|
34 | + 'path' => $this->_path.'/'.$id, |
|
35 | 35 | ]; |
36 | 36 | $config = array_merge($defaults, $config ?: []); |
37 | 37 | $object = Yii::createObject($config); |