diff --git a/src/gmf b/src/gmf index 357b562..6b0f241 100755 --- a/src/gmf +++ b/src/gmf @@ -20,8 +20,9 @@ $boot->setBaseYiiFile($vendor . '/yiisoft/yii2/Yii.php'); $boot->setConfigArray([ 'id' => 'gmf', 'basePath' => dirname(__DIR__), + 'enableCoreCommands' => false, 'controllerMap' => [ 'fix' => 'gmf\FixController', ], ]); -$boot->applicationConsole(); \ No newline at end of file +$boot->applicationConsole();