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 6e3fdcc commit 6edd0cfCopy full SHA for 6edd0cf
setup/src/Magento/Setup/Model/Installer.php
@@ -360,7 +360,6 @@ public function install($request)
360
$script[] = ['Post installation file permissions check...', 'checkApplicationFilePermissions', []];
361
$script[] = ['Write installation date...', 'writeInstallationDate', []];
362
$estimatedModules = $this->createModulesConfig($request, true);
363
- $this->objectManagerProvider->reset();
364
$total = count($script) + 4 * count(array_filter($estimatedModules));
365
$this->progress = new Installer\Progress($total, 0);
366
0 commit comments