We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d66197f commit 1c89f07Copy full SHA for 1c89f07
lib/internal/Magento/Framework/Cli.php
@@ -60,10 +60,7 @@ protected function getApplicationCommands()
60
}
61
62
if ($objectManager->get('Magento\Framework\App\DeploymentConfig')->isAvailable()) {
63
- $commandList = $objectManager->create(
64
- 'Magento\Framework\Console\CommandList',
65
- ['objectManager'=>$objectManager]
66
- );
+ $commandList = $objectManager->create('Magento\Framework\Console\CommandList');
67
68
$modulesCommands = $commandList->getCommands();
69
0 commit comments