убрал лишнее

This commit is contained in:
maxim 2021-09-13 12:19:25 +03:00
parent efcd8f9908
commit 5af788d37b

View File

@ -43,8 +43,6 @@ class CalendarController extends Controller
* @return string * @return string
*/ */
public function actionCalendar(){ public function actionCalendar(){
$searchModel = new UserCardSearch();
$dataProvider = $searchModel->search(['month'=>date('m', strtotime('2019-07-03'))]);
return $this->render('calendar'); return $this->render('calendar');
} }