Merge pull request #26 from starcodeanatolygarkusha/patch-1

Modify config/console.php add return $config
This commit is contained in:
Alexander Makarov 2015-09-11 16:29:10 +03:00
commit 45646d2a30

View File

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