visualization/visualizer/var/cache/dev/url_matching_routes.php
Julius Herrmann 40ae8de197 intitial init
2021-06-13 23:00:07 +02:00

26 lines
754 B
PHP

<?php
/**
* This file has been auto-generated
* by the Symfony Routing Component.
*/
return [
false, // $matchHost
[ // $staticRoutes
'/lucky/number' => [[['_route' => 'app_main_index', '_controller' => 'App\\Controller\\MainController::index'], null, null, null, false, false, null]],
],
[ // $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
];