From 5af788d37ba2da0da9707ab8c7f5d43ea7126bab Mon Sep 17 00:00:00 2001 From: maxim Date: Mon, 13 Sep 2021 12:19:25 +0300 Subject: [PATCH] =?UTF-8?q?=D1=83=D0=B1=D1=80=D0=B0=D0=BB=20=D0=BB=D0=B8?= =?UTF-8?q?=D1=88=D0=BD=D0=B5=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/modules/calendar/controllers/CalendarController.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/backend/modules/calendar/controllers/CalendarController.php b/backend/modules/calendar/controllers/CalendarController.php index 78ed1ec..352efac 100644 --- a/backend/modules/calendar/controllers/CalendarController.php +++ b/backend/modules/calendar/controllers/CalendarController.php @@ -43,8 +43,6 @@ class CalendarController extends Controller * @return string */ public function actionCalendar(){ - $searchModel = new UserCardSearch(); - $dataProvider = $searchModel->search(['month'=>date('m', strtotime('2019-07-03'))]); return $this->render('calendar'); }