@@ -140,6 +140,6 @@ |
||
| 140 | 140 | */ |
| 141 | 141 | public static function getVolume() |
| 142 | 142 | { |
| 143 | - return Yii::$app->getFilesystem()->get(Yii::$app->settings->get('avatarVolume', 'user','avatar')); |
|
| 143 | + return Yii::$app->getFilesystem()->get(Yii::$app->settings->get('avatarVolume', 'user', 'avatar')); |
|
| 144 | 144 | } |
| 145 | 145 | } |
| 146 | 146 | \ No newline at end of file |