Test Failed
Branch master (73072d)
by graychen
04:17
created
src/models/App.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -177,7 +177,7 @@
 block discarded – undo
177 177
 
178 178
     public function getNum($id)
179 179
     {
180
-         return AppLog::find()->where(['app_id'=>$id])->count();
180
+            return AppLog::find()->where(['app_id'=>$id])->count();
181 181
     }
182 182
 }
183 183
 
Please login to merge, or discard this patch.