Skip to content

Commit

Permalink
Removed unnecessary slash
Browse files Browse the repository at this point in the history
  • Loading branch information
samdark committed Mar 9, 2016
1 parent acb438a commit f002567
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/SiteController.php
Expand Up @@ -54,7 +54,7 @@ public function actionIndex()

public function actionLogin()
{
if (!\Yii::$app->user->isGuest) {
if (!Yii::$app->user->isGuest) {
return $this->goHome();
}

Expand Down

0 comments on commit f002567

Please sign in to comment.