We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cba48cd + 04cd60d commit 0c62caaCopy full SHA for 0c62caa
setup/src/Magento/Setup/Model/Installer.php
@@ -1010,6 +1010,7 @@ private function installOrderIncrementPrefix($orderIncrementPrefix)
1010
public function installAdminUser($data)
1011
{
1012
$this->assertDbConfigExists();
1013
+ $data += ['db-prefix' => $this->deploymentConfig->get(ConfigOptionsListConstants::CONFIG_PATH_DB_PREFIX)];
1014
$setup = $this->setupFactory->create($this->context->getResources());
1015
$adminAccount = $this->adminAccountFactory->create($setup->getConnection(), (array)$data);
1016
$adminAccount->save();
0 commit comments