We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c14af7 commit 41410acCopy full SHA for 41410ac
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