From 13a92beb232b7725d27c3901b54d60d700b9072c Mon Sep 17 00:00:00 2001 From: Pierre Date: Thu, 2 Apr 2020 10:10:05 +0200 Subject: [PATCH] Fixes wrong tag for RouteLoaderInterface registration without autoconfiguration --- routing/custom_route_loader.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routing/custom_route_loader.rst b/routing/custom_route_loader.rst index 12541ce8ac1..8f9be5dee5c 100644 --- a/routing/custom_route_loader.rst +++ b/routing/custom_route_loader.rst @@ -214,7 +214,7 @@ extend or implement any special class, but the called method must return a If you're using :ref:`autoconfigure `, your class should implement the :class:`Symfony\\Bundle\\FrameworkBundle\\Routing\\RouteLoaderInterface` interface to be tagged automatically. If you're **not using autoconfigure**, -tag it manually with ``routing.loader``. +tag it manually with ``routing.route_loader``. .. deprecated:: 4.4