We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eee7fbf commit 1c23435Copy full SHA for 1c23435
1 file changed
src/gmf
@@ -20,8 +20,9 @@ $boot->setBaseYiiFile($vendor . '/yiisoft/yii2/Yii.php');
20
$boot->setConfigArray([
21
'id' => 'gmf',
22
'basePath' => dirname(__DIR__),
23
+ 'enableCoreCommands' => false,
24
'controllerMap' => [
25
'fix' => 'gmf\FixController',
26
],
27
]);
-$boot->applicationConsole();
28
+$boot->applicationConsole();
0 commit comments