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 50342f5 commit 99853f7Copy full SHA for 99853f7
setup/src/Magento/Setup/Model/Installer.php
@@ -360,6 +360,7 @@ 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