From e2f1664a9bd797a5d6a10b15bf6b7a368b6c05b6 Mon Sep 17 00:00:00 2001 From: Vitaliy Date: Tue, 17 Jan 2017 12:30:49 +0200 Subject: [PATCH] rm node nodule --- frontend/config/main.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/config/main.php b/frontend/config/main.php index 96a3120..6db9944 100755 --- a/frontend/config/main.php +++ b/frontend/config/main.php @@ -9,10 +9,10 @@ $params = array_merge( return [ 'id' => 'app-frontend', 'basePath' => dirname(__DIR__), - 'bootstrap' => [ - - 'frontend\components\SeoComponent', - ], +// 'bootstrap' => [ +// +// 'frontend\components\SeoComponent', +// ], 'controllerNamespace' => 'frontend\controllers', 'modules' => [ 'artbox-comment' => [ -- libgit2 0.21.4