From 39b04aa4e82b2ec3e8ed3d88b6a06ae7eda8efbb Mon Sep 17 00:00:00 2001 From: Egorka Date: Mon, 22 Oct 2018 17:46:31 +0300 Subject: [PATCH] App name fix --- frontend/views/site/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/views/site/index.php b/frontend/views/site/index.php index f780610..522e2ea 100644 --- a/frontend/views/site/index.php +++ b/frontend/views/site/index.php @@ -2,7 +2,7 @@ /* @var $this yii\web\View */ -$this->title = 'My Yii Application'; +$this->title = Yii::$app->name; ?>