Skip to content

Commit f002567

Browse files
committed
Removed unnecessary slash
1 parent acb438a commit f002567

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controllers/SiteController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public function actionIndex()
5454

5555
public function actionLogin()
5656
{
57-
if (!\Yii::$app->user->isGuest) {
57+
if (!Yii::$app->user->isGuest) {
5858
return $this->goHome();
5959
}
6060

0 commit comments

Comments
 (0)