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 da4f624 commit eefdfbbCopy full SHA for eefdfbb
setup/src/Magento/Setup/Model/Installer.php
@@ -351,7 +351,8 @@ public function __construct(
351
* from that ObjectManager gets reset as different steps in the installer will write to the deployment config.
352
*/
353
$this->firstDeploymentConfig = ObjectManager::getInstance()->get(DeploymentConfig::class);
354
- $this->columnConfig = $dtoFactoriesTable ?: ObjectManager::getInstance()->get(DtoFactoriesTable::class);;
+ $this->columnConfig = $dtoFactoriesTable ?: ObjectManager::getInstance()->get(DtoFactoriesTable::class);
355
+ ;
356
}
357
358
/**
0 commit comments