Commit 4ec7f03987311ac24f0f45d60be7c058fcc40daa
1 parent
343786ae
remove artbox comment module from common
Showing
2 changed files
with
3 additions
and
3 deletions
Show diff stats
common/config/main.php
| ... | ... | @@ -179,9 +179,6 @@ return [ |
| 179 | 179 | 'file' => [ |
| 180 | 180 | 'class' => 'common\modules\file\Module', |
| 181 | 181 | ], |
| 182 | - 'artbox-comment' => [ | |
| 183 | - 'class' => 'common\modules\comment\Module', | |
| 184 | - ], | |
| 185 | 182 | 'relation' => [ |
| 186 | 183 | 'class' => 'common\modules\relation\Module', |
| 187 | 184 | 'relations' => [ | ... | ... |
frontend/config/main.php
| ... | ... | @@ -15,6 +15,9 @@ return [ |
| 15 | 15 | ], |
| 16 | 16 | 'controllerNamespace' => 'frontend\controllers', |
| 17 | 17 | 'modules' => [ |
| 18 | + 'artbox-comment' => [ | |
| 19 | + 'class' => 'common\modules\comment\Module', | |
| 20 | + ], | |
| 18 | 21 | // 'comment' => [ |
| 19 | 22 | // 'class' => 'common\modules\comment\Module', |
| 20 | 23 | // 'useRbac' => false, | ... | ... |