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; ?>