Skip to content

Commit 1c23435

Browse files
authored
Disable core commands
1 parent eee7fbf commit 1c23435

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/gmf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,9 @@ $boot->setBaseYiiFile($vendor . '/yiisoft/yii2/Yii.php');
2020
$boot->setConfigArray([
2121
'id' => 'gmf',
2222
'basePath' => dirname(__DIR__),
23+
'enableCoreCommands' => false,
2324
'controllerMap' => [
2425
'fix' => 'gmf\FixController',
2526
],
2627
]);
27-
$boot->applicationConsole();
28+
$boot->applicationConsole();

0 commit comments

Comments
 (0)