Skip to content

Commit eefdfbb

Browse files
committed
AC-9755:Set default collation to utf8mb4 for MySQL
1 parent da4f624 commit eefdfbb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup/src/Magento/Setup/Model/Installer.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,8 @@ public function __construct(
351351
* from that ObjectManager gets reset as different steps in the installer will write to the deployment config.
352352
*/
353353
$this->firstDeploymentConfig = ObjectManager::getInstance()->get(DeploymentConfig::class);
354-
$this->columnConfig = $dtoFactoriesTable ?: ObjectManager::getInstance()->get(DtoFactoriesTable::class);;
354+
$this->columnConfig = $dtoFactoriesTable ?: ObjectManager::getInstance()->get(DtoFactoriesTable::class);
355+
;
355356
}
356357

357358
/**

0 commit comments

Comments
 (0)