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 8e77e2f commit 04cd60dCopy full SHA for 04cd60d
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