Completed
Push — master ( 129731...055982 )
by Kanstantsin
02:57
created
src/yii2/model/File.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -46,7 +46,7 @@
 block discarded – undo
46 46
     public static function tableName(): string
47 47
     {
48 48
         // TODO: how to defined it outside via any type of config?
49
-         return '{{%file}}';
49
+            return '{{%file}}';
50 50
     }
51 51
 
52 52
     /**
Please login to merge, or discard this patch.