init
This commit is contained in:
24
backend/var/cache/dev/url_matching_routes.php
vendored
Normal file
24
backend/var/cache/dev/url_matching_routes.php
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* This file has been auto-generated
|
||||
* by the Symfony Routing Component.
|
||||
*/
|
||||
|
||||
return [
|
||||
false, // $matchHost
|
||||
[ // $staticRoutes
|
||||
],
|
||||
[ // $regexpList
|
||||
0 => '{^(?'
|
||||
.'|/_error/(\\d+)(?:\\.([^/]++))?(*:35)'
|
||||
.')/?$}sDu',
|
||||
],
|
||||
[ // $dynamicRoutes
|
||||
35 => [
|
||||
[['_route' => '_preview_error', '_controller' => 'error_controller::preview', '_format' => 'html'], ['code', '_format'], null, null, false, true, null],
|
||||
[null, null, null, null, false, false, 0],
|
||||
],
|
||||
],
|
||||
null, // $checkCondition
|
||||
];
|
||||
Reference in New Issue
Block a user