Current File : /home/inlingua/www/crm.vprotectindia.com/vendor/symfony/routing/Tests/Fixtures/php_dsl_sub_root.php
<?php

namespace Symfony\Component\Routing\Loader\Configurator;

return function (RoutingConfigurator $routes) {
    $add = $routes->collection('r_');

    $add('root', '/');
    $add('bar', '/bar/');
};