diff --git a/common/config/main.php b/common/config/main.php index 2f864f4..5d3d8dc 100755 --- a/common/config/main.php +++ b/common/config/main.php @@ -192,8 +192,8 @@ return [ 'file' => [ 'class' => 'common\modules\file\Module', ], -// 'artbox-comment' => [ -// 'class' => 'common\modules\comment\Module', -// ], + 'artbox-comment' => [ + 'class' => 'common\modules\comment\Module', + ], ], ]; -- libgit2 0.21.4