common.global.php 161 B

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