From 408fedb306adf6cbccb1c086e7e44d056904af04 Mon Sep 17 00:00:00 2001 From: Alex Date: Mon, 5 Dec 2016 19:06:34 +0200 Subject: [PATCH] remarketing --- common/config/main.php | 3 --- frontend/config/main.php | 4 +++- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/common/config/main.php b/common/config/main.php index 5d3d8dc..0b034e2 100755 --- a/common/config/main.php +++ b/common/config/main.php @@ -192,8 +192,5 @@ return [ 'file' => [ 'class' => 'common\modules\file\Module', ], - 'artbox-comment' => [ - 'class' => 'common\modules\comment\Module', - ], ], ]; diff --git a/frontend/config/main.php b/frontend/config/main.php index d7ddf9c..841672f 100755 --- a/frontend/config/main.php +++ b/frontend/config/main.php @@ -12,7 +12,9 @@ return [ 'basePath' => dirname(__DIR__), 'controllerNamespace' => 'frontend\controllers', 'modules' => [ - + 'artbox-comment' => [ + 'class' => 'common\modules\comment\Module', + ], ], 'components' => [ 'assetManager' => [ -- libgit2 0.21.4