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 42710cf commit d0f6421Copy full SHA for d0f6421
lib/internal/Magento/Framework/Console/Cli.php
@@ -61,9 +61,7 @@ protected function getApplicationCommands()
61
62
if ($objectManager->get('Magento\Framework\App\DeploymentConfig')->isAvailable()) {
63
$commandList = $objectManager->create('Magento\Framework\Console\CommandList');
64
-
65
$modulesCommands = $commandList->getCommands();
66
67
}
68
69
$commandsList = array_merge(
0 commit comments