Skip to content

Commit 20ce13b

Browse files
committed
Merge branch '4.4' into 5.0
* 4.4: Update custom_route_loader.rst | Fix wrong tag
2 parents 44cf846 + f9fa557 commit 20ce13b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

routing/custom_route_loader.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ extend or implement any special class, but the called method must return a
214214
If you're using :ref:`autoconfigure <services-autoconfigure>`, your class should
215215
implement the :class:`Symfony\\Bundle\\FrameworkBundle\\Routing\\RouteLoaderInterface`
216216
interface to be tagged automatically. If you're **not using autoconfigure**,
217-
tag it manually with ``routing.route_loader``.
217+
tag it manually with ``routing.loader``.
218218

219219
.. note::
220220

0 commit comments

Comments
 (0)