@@ -177,7 +177,7 @@ |
||
| 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 | |