?? GreyFile — Mystic File Browser

Current path: home/webdevt/prestashop17/vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Fixtures/glob/



?? Go up: /home/webdevt/prestashop17/vendor/symfony/symfony/src/Symfony/Component/Routing/Tests/Fixtures

?? Viewing: php_dsl_bar.php

<?php

namespace Symfony\Component\Routing\Loader\Configurator;

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

    $collection->add('bar_route', '/bar')
        ->defaults(['_controller' => 'AppBundle:Bar:view']);

    return $collection;
};


??

??