Browse Source

App name fix

master
Egorka 6 years ago
parent
commit
39b04aa4e8
  1. 2
      frontend/views/site/index.php

2
frontend/views/site/index.php

@ -2,7 +2,7 @@
/* @var $this yii\web\View */
$this->title = 'My Yii Application';
$this->title = Yii::$app->name;
?>
<div class="site-index">

Loading…
Cancel
Save