mirror of
https://github.com/nextcloud/server.git
synced 2026-04-21 14:23:17 -04:00
Use strict
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
This commit is contained in:
parent
d1f23b0428
commit
8323cbb9e5
1 changed files with 2 additions and 0 deletions
|
|
@ -1,5 +1,7 @@
|
|||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
$CONFIG = [
|
||||
'mysql.utf8mb4' => true,
|
||||
];
|
||||
|
|
|
|||
Loading…
Reference in a new issue