Files
w4rpservices/vendor/symfony/routing/Tests/Fixtures/importer-with-defaults.php
2019-06-23 10:14:30 +00:00

12 lines
260 B
PHP

<?php
namespace Symfony\Component\Routing\Loader\Configurator;
return function (RoutingConfigurator $routes) {
$routes->import('imported-with-defaults.php')
->prefix('/defaults')
->locale('g_locale')
->format('g_format')
;
};