관리-도구
편집 파일: imported-with-defaults.php
<?php namespace Symfony\Component\Routing\Loader\Configurator; return function (RoutingConfigurator $routes) { $routes ->add('one', '/one') ->add('two', '/two')->defaults(['specific' => 'imported']) ; };