Переглянути джерело

Merge pull request #26 from starcodeanatolygarkusha/patch-1

Modify config/console.php add return $config
Alexander Makarov 10 роки тому
батько
коміт
45646d2a30
1 змінених файлів з 2 додано та 0 видалено
  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;