diff --git a/views/layouts/main.php b/views/layouts/main.php index 635e118..0af2fe2 100644 --- a/views/layouts/main.php +++ b/views/layouts/main.php @@ -2,7 +2,6 @@ use yii\helpers\Html; use yii\widgets\Menu; use yii\widgets\Breadcrumbs; -use yii\debug\Toolbar; /** * @var $this \yii\base\View @@ -60,7 +59,6 @@ $this->registerAssetBundle('app'); endBody(); ?> - endPage(); ?>