From c71ca312b37ea7bfcfec47c54990e60059b09e5b Mon Sep 17 00:00:00 2001 From: Ahmed TAILOULOUTE Date: Wed, 25 Dec 2019 02:28:06 +0100 Subject: [PATCH] Update custom_route_loader.rst | Fix wrong tag --- 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 8f9be5dee5c..12541ce8ac1 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.route_loader``. +tag it manually with ``routing.loader``. .. deprecated:: 4.4