0
0
Fork 0
mirror of https://github.com/nextcloud/server.git synced 2025-02-07 09:59:46 +00:00
nextcloud_server/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

7 lines
74 B
PHP

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