File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed
setup/src/Magento/Setup/Console/Command Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -73,16 +73,6 @@ protected function configure()
73
73
*/
74
74
protected function execute (InputInterface $ input , OutputInterface $ output )
75
75
{
76
- $ areaCode = 'setup ' ;
77
- /** @var \Magento\Framework\ObjectManagerInterface $objectManager */
78
- $ objectManager = $ this ->objectManagerProvider ->get ();
79
- /** @var \Magento\Framework\App\State $appState */
80
- $ appState = $ objectManager ->get ('Magento\Framework\App\State ' );
81
- $ appState ->setAreaCode ($ areaCode );
82
- /** @var \Magento\Framework\ObjectManager\ConfigLoaderInterface $configLoader */
83
- $ configLoader = $ objectManager ->get ('Magento\Framework\ObjectManager\ConfigLoaderInterface ' );
84
- $ objectManager ->configure ($ configLoader ->load ($ areaCode ));
85
-
86
76
$ keepGenerated = $ input ->getOption (self ::INPUT_KEY_KEEP_GENERATED );
87
77
$ installer = $ this ->installerFactory ->create (new ConsoleLogger ($ output ));
88
78
$ installer ->updateModulesSequence ($ keepGenerated );
You can’t perform that action at this time.
0 commit comments