This website works better with JavaScript
Home
Explore
Help
Register
Sign In
mxuser
/
yii2-app-basic
Watch
1
Star
1
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
Modify config/console.php add return $config
Anatoly Garkusha
10 years ago
parent
c29b095979
commit
23a48e8d23
1 changed files
with
2 additions
and
0 deletions
Split View
Show Diff Stats
2
0
config/console.php
+ 2
- 0
config/console.php
View File
@@ -34,3 +34,5 @@ if (YII_ENV_DEV) {
'class' => 'yii\gii\Module',
];
}
+
+return $config;