a9a47bd10cb73cad2d7646d3097343bb.yaml.php 261 B

123456789101112
  1. <?php
  2. return [
  3. '@class' => 'Grav\\Common\\File\\CompiledYamlFile',
  4. 'filename' => 'plugins://error/error.yaml',
  5. 'modified' => 1529597236,
  6. 'data' => [
  7. 'enabled' => true,
  8. 'routes' => [
  9. 404 => '/error'
  10. ]
  11. ]
  12. ];