php_dsl_sub_root.php 204 Bytes Edit 1 2 3 4 5 6 7 8 9 10 <?php namespace Symfony\Component\Routing\Loader\Configurator; return function (RoutingConfigurator $routes) { $add = $routes->collection('r_'); $add('root', '/'); $add('bar', '/bar/'); };