Jelajahi Sumber

Merge pull request #26 from starcodeanatolygarkusha/patch-1

Modify config/console.php add return $config
Alexander Makarov 10 tahun lalu
induk
melakukan
45646d2a30
1 mengubah file dengan 2 tambahan dan 0 penghapusan
  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;