Skip to content

Commit d0f6421

Browse files
author
Ivan Gavryshko
committed
MAGETWO-35133: Search for Commands
- removed unnesesary lines
1 parent 42710cf commit d0f6421

File tree

1 file changed

+0
-2
lines changed
  • lib/internal/Magento/Framework/Console

1 file changed

+0
-2
lines changed

lib/internal/Magento/Framework/Console/Cli.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,7 @@ protected function getApplicationCommands()
6161

6262
if ($objectManager->get('Magento\Framework\App\DeploymentConfig')->isAvailable()) {
6363
$commandList = $objectManager->create('Magento\Framework\Console\CommandList');
64-
6564
$modulesCommands = $commandList->getCommands();
66-
6765
}
6866

6967
$commandsList = array_merge(

0 commit comments

Comments
 (0)