nextcloud/tests/docker/mysqlmb4.config.php
Christoph Wurst b80ebc9674
Use the short array syntax, everywhere
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-03-26 16:34:56 +01:00

6 lines
48 B
PHP

<?php
$CONFIG = [
'mysql.utf8mb4' => true,
];