Browse Source

Modify config/console.php add return $config

Anatoly Garkusha 10 years ago
parent
commit
23a48e8d23
1 changed files with 2 additions and 0 deletions
  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;