%PDF- %PDF-
Direktori : /var/www/html/kpk/api/vendor/symfony/routing/Tests/Fixtures/glob/ |
Current File : /var/www/html/kpk/api/vendor/symfony/routing/Tests/Fixtures/glob/php_dsl_bar.php |
<?php namespace Symfony\Component\Routing\Loader\Configurator; return function (RoutingConfigurator $routes) { $collection = $routes->collection(); $collection->add('bar_route', '/bar') ->defaults(array('_controller' => 'AppBundle:Bar:view')); return $collection; };