first commit
This commit is contained in:
7
environments/dev/console/config/main-local.php
Normal file
7
environments/dev/console/config/main-local.php
Normal file
@ -0,0 +1,7 @@
|
||||
<?php
|
||||
return [
|
||||
'bootstrap' => ['gii'],
|
||||
'modules' => [
|
||||
'gii' => 'yii\gii\Module',
|
||||
],
|
||||
];
|
Reference in New Issue
Block a user