mysqlmb4.config.php 74 B

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