nextcloud/tests/docker/mysqlmb4.config.php
J0WI 8323cbb9e5 Use strict
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2021-04-26 12:45:12 +02:00

8 lines
74 B
PHP

<?php
declare(strict_types=1);
$CONFIG = [
'mysql.utf8mb4' => true,
];