Completed
Push — master ( b0daf1...7d8986 )
by Xu
447:36 queued 407:34
created
src/helpers/AvatarHelper.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -140,6 +140,6 @@
 block discarded – undo
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
Please login to merge, or discard this patch.