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