Commit 408fedb306adf6cbccb1c086e7e44d056904af04
1 parent
e1a95f47
remarketing
Showing
2 changed files
with
3 additions
and
4 deletions
Show diff stats
common/config/main.php
| @@ -192,8 +192,5 @@ return [ | @@ -192,8 +192,5 @@ return [ | ||
| 192 | 'file' => [ | 192 | 'file' => [ |
| 193 | 'class' => 'common\modules\file\Module', | 193 | 'class' => 'common\modules\file\Module', |
| 194 | ], | 194 | ], |
| 195 | - 'artbox-comment' => [ | ||
| 196 | - 'class' => 'common\modules\comment\Module', | ||
| 197 | - ], | ||
| 198 | ], | 195 | ], |
| 199 | ]; | 196 | ]; |
frontend/config/main.php
| @@ -12,7 +12,9 @@ return [ | @@ -12,7 +12,9 @@ return [ | ||
| 12 | 'basePath' => dirname(__DIR__), | 12 | 'basePath' => dirname(__DIR__), |
| 13 | 'controllerNamespace' => 'frontend\controllers', | 13 | 'controllerNamespace' => 'frontend\controllers', |
| 14 | 'modules' => [ | 14 | 'modules' => [ |
| 15 | - | 15 | + 'artbox-comment' => [ |
| 16 | + 'class' => 'common\modules\comment\Module', | ||
| 17 | + ], | ||
| 16 | ], | 18 | ], |
| 17 | 'components' => [ | 19 | 'components' => [ |
| 18 | 'assetManager' => [ | 20 | 'assetManager' => [ |