Removed unnecessary slash

This commit is contained in:
Alexander Makarov 2016-03-09 18:47:19 +03:00
parent acb438affb
commit f002567220

View File

@ -54,7 +54,7 @@ class SiteController extends Controller
public function actionLogin()
{
if (!\Yii::$app->user->isGuest) {
if (!Yii::$app->user->isGuest) {
return $this->goHome();
}