[Routing][ServiceRouterLoader] Remove an outdated comment

This commit is contained in:
Thomas Calvet 2019-02-27 23:16:31 +01:00
parent c8d6decb61
commit a2b73489dd
2 changed files with 1 additions and 3 deletions

View File

@ -17,8 +17,6 @@ use Symfony\Component\Routing\Loader\ObjectRouteLoader;
/** /**
* A route loader that executes a service to load the routes. * A route loader that executes a service to load the routes.
* *
* This depends on the DependencyInjection component.
*
* @author Ryan Weaver <ryan@knpuniversity.com> * @author Ryan Weaver <ryan@knpuniversity.com>
*/ */
class ServiceRouterLoader extends ObjectRouteLoader class ServiceRouterLoader extends ObjectRouteLoader

View File

@ -38,7 +38,7 @@
"symfony/yaml": "For using the YAML loader", "symfony/yaml": "For using the YAML loader",
"symfony/expression-language": "For using expression matching", "symfony/expression-language": "For using expression matching",
"doctrine/annotations": "For using the annotation loader", "doctrine/annotations": "For using the annotation loader",
"symfony/dependency-injection": "For loading routes from a service" "symfony/dependency-injection": "For using the routing resolver compiler pass"
}, },
"autoload": { "autoload": {
"psr-4": { "Symfony\\Component\\Routing\\": "" }, "psr-4": { "Symfony\\Component\\Routing\\": "" },