Skip to content

Commit 75875ff

Browse files
committed
minor #7978 [Router] Fix custom router loader service declaration (michaelperrin)
This PR was merged into the 3.3 branch. Discussion ---------- [Router] Fix custom router loader service declaration The service tag was not declared correctly. Commits ------- ae958b8 Fix custom router loader service declaration
2 parents 6edd13e + ae958b8 commit 75875ff

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

routing/custom_route_loader.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,8 @@ Now define a service for the ``ExtraLoader``:
147147
services:
148148
# ...
149149
150-
AppBundle\Routing\ExtraLoader: [routing.loader]
150+
AppBundle\Routing\ExtraLoader:
151+
tags: [routing.loader]
151152
152153
.. code-block:: xml
153154

0 commit comments

Comments
 (0)