Commit 1d5ac16ae746fb1a24bb9c6d986ca384134c8fba

Authored by alex
1 parent 280b4edc

Поредактировал формы, сообщения при корректном/некорректном заполнении , вывод дат formatter-а

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
frontend/controllers/SiteController.php
@@ -51,6 +51,7 @@ @@ -51,6 +51,7 @@
51 */ 51 */
52 public function actionIndex() 52 public function actionIndex()
53 { 53 {
  54 + \Yii::$app->cache->flush();
54 $slides = Slide::find()->with('language')->where(['status' => true])->orderBy('sort')->all(); 55 $slides = Slide::find()->with('language')->where(['status' => true])->orderBy('sort')->all();
55 $articles = Article::find() 56 $articles = Article::find()
56 ->with('language') 57 ->with('language')