@@ -27,7 +27,7 @@ |
||
| 27 | 27 | } catch (\Exception $e) { |
| 28 | 28 | throw new \RuntimeException("Failed to copy file \"{$data->getCopy()}\" to \"$path\": {$e->getMessage()}"); |
| 29 | 29 | } |
| 30 | - Yii::warning('Copied file: ' . $path); |
|
| 30 | + Yii::warning('Copied file: '.$path); |
|
| 31 | 31 | } |
| 32 | 32 | |
| 33 | 33 | /** |