Skip to content

Commit 4cc5294

Browse files
committed
minor #13478 Fixes wrong tag for RouteLoaderInterface registration without autoconfiguration (pounard)
This PR was merged into the 4.4 branch. Discussion ---------- Fixes wrong tag for RouteLoaderInterface registration without autoconfiguration Following #13474 <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/roadmap for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `master` for features of unreleased versions). --> Commits ------- 13a92be Fixes wrong tag for RouteLoaderInterface registration without autoconfiguration
2 parents c0d7f8c + 13a92be commit 4cc5294

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

routing/custom_route_loader.rst

Lines changed: 1 addition & 1 deletion
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.loader``.
217+
tag it manually with ``routing.route_loader``.
218218

219219
.. deprecated:: 4.4
220220

0 commit comments

Comments
 (0)