mezzio.config.php 228 B

1234567891011121314
  1. <?php
  2. declare(strict_types=1);
  3. return [
  4. 'mezzio' => [
  5. 'error_handler' => [
  6. 'template_404' => 'ShlinkCore::error/404',
  7. 'template_error' => 'ShlinkCore::error/error',
  8. ],
  9. ],
  10. ];