importer-with-utf8.php 171 B

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