From ae958b85de44669ed773eadc79b39c192f7b6b2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michae=CC=88l=20Perrin?= Date: Thu, 1 Jun 2017 10:58:44 +0200 Subject: [PATCH] Fix custom router loader service declaration --- routing/custom_route_loader.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/routing/custom_route_loader.rst b/routing/custom_route_loader.rst index be494ca04ce..ad2191fb471 100644 --- a/routing/custom_route_loader.rst +++ b/routing/custom_route_loader.rst @@ -147,7 +147,8 @@ Now define a service for the ``ExtraLoader``: services: # ... - AppBundle\Routing\ExtraLoader: [routing.loader] + AppBundle\Routing\ExtraLoader: + tags: [routing.loader] .. code-block:: xml