Commit e1a95f47b6cabf9b8762aa563ce0997909cdefd3
1 parent
c4842e77
remarketing
Showing
1 changed file
with
3 additions
and
3 deletions
Show diff stats
common/config/main.php
... | ... | @@ -192,8 +192,8 @@ return [ |
192 | 192 | 'file' => [ |
193 | 193 | 'class' => 'common\modules\file\Module', |
194 | 194 | ], |
195 | -// 'artbox-comment' => [ | |
196 | -// 'class' => 'common\modules\comment\Module', | |
197 | -// ], | |
195 | + 'artbox-comment' => [ | |
196 | + 'class' => 'common\modules\comment\Module', | |
197 | + ], | |
198 | 198 | ], |
199 | 199 | ]; | ... | ... |