diff --git a/controllers/SiteController.php b/controllers/SiteController.php index 4ffba24..df1a0d3 100644 --- a/controllers/SiteController.php +++ b/controllers/SiteController.php @@ -54,7 +54,7 @@ class SiteController extends Controller public function actionLogin() { - if (!\Yii::$app->user->isGuest) { + if (!Yii::$app->user->isGuest) { return $this->goHome(); }