php_dsl.php 163 B

1234567
  1. <?php
  2. namespace Symfony\Component\Routing\Loader\Configurator;
  3. return function (RoutingConfigurator $routes) {
  4. return $routes->import('php_dsl_ba?.php');
  5. };