Removed unnecessary slash
This commit is contained in:
parent
acb438affb
commit
f002567220
@ -54,7 +54,7 @@ class SiteController extends Controller
|
|||||||
|
|
||||||
public function actionLogin()
|
public function actionLogin()
|
||||||
{
|
{
|
||||||
if (!\Yii::$app->user->isGuest) {
|
if (!Yii::$app->user->isGuest) {
|
||||||
return $this->goHome();
|
return $this->goHome();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user