common.local.php.dist 160 B

1234567891011
  1. <?php
  2. declare(strict_types=1);
  3. use Laminas\ConfigAggregator\ConfigAggregator;
  4. return [
  5. 'debug' => true,
  6. ConfigAggregator::ENABLE_CACHE => false,
  7. ];