Browse Source

Merge pull request #26 from starcodeanatolygarkusha/patch-1

Modify config/console.php add return $config
Alexander Makarov 10 năm trước cách đây
mục cha
commit
45646d2a30
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      config/console.php

+ 2 - 0
config/console.php

@@ -34,3 +34,5 @@ if (YII_ENV_DEV) {
         'class' => 'yii\gii\Module',
     ];
 }
+
+return $config;