Skip to content

Commit 2429e3b

Browse files
committed
MAGETWO-62400: Modules that use repositories in command line tools fail during setup:di:compile 2.1.x
- correct typo for class
1 parent a2daf81 commit 2429e3b

File tree

1 file changed

+1
-1
lines changed
  • lib/internal/Magento/Framework/Console

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ protected function getApplicationCommands()
129129

130130
// Specialized setup command list available before and after M2 install
131131
if (class_exists('Magento\Setup\Console\CommandList')
132-
&& class_exists('Magento\Setup\Model\ObjectManagerProvide')
132+
&& class_exists('Magento\Setup\Model\ObjectManagerProvider')
133133
) {
134134
/** @var \Magento\Setup\Model\ObjectManagerProvider $omProvider */
135135
$omProvider = $this->serviceManager->get(\Magento\Setup\Model\ObjectManagerProvider::class);

0 commit comments

Comments
 (0)