чистка мусора

This commit is contained in:
maxim
2021-09-06 16:40:05 +03:00
parent 1fc92ac773
commit 1875dacfbb
3 changed files with 7 additions and 13 deletions

View File

@ -21,8 +21,6 @@ class AjaxController extends \yii\web\Controller
$searchModel = new ReportsSearch();
$searchModel->id = $id;
$searchModel->month = $month;
$searchModel->year = $year;
$dataProvider = $searchModel->search(Yii::$app->request->queryParams);