ff56c954f1cb5dfdf2e2321db4a2b541.yaml.php 278 B

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