app_options.config.php 72 B

123456789
  1. <?php
  2. declare(strict_types=1);
  3. return [
  4. 'app_options' => [],
  5. ];