Просмотр исходного кода

Adaptations refactoring/traduction common/controllers/CommonController

dev
Guillaume Bourgeois 6 лет назад
Родитель
Сommit
1259511803
1 измененных файлов: 1 добавлений и 1 удалений
  1. +1
    -1
      common/controllers/CommonController.php

+ 1
- 1
common/controllers/CommonController.php Просмотреть файл

@@ -46,7 +46,7 @@ class CommonController extends \yii\web\Controller
public function beforeAction($event)
{
if (!Yii::$app->user->isGuest) {
Yii::$app->user->identity->updateDerniereConnexion();
Yii::$app->user->identity->updateLastConnection();
}

return parent::beforeAction($event);

Загрузка…
Отмена
Сохранить