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