@@ -24,7 +24,7 @@ |
||
| 24 | 24 | public function renderPath($path, $data) |
| 25 | 25 | { |
| 26 | 26 | copy($data->getCopy(), $path); |
| 27 | - Yii::warning('Copied file: ' . $path); |
|
| 27 | + Yii::warning('Copied file: '.$path); |
|
| 28 | 28 | } |
| 29 | 29 | |
| 30 | 30 | /** |