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