Skip to content

Commit ae958b8

Browse files
committed
Fix custom router loader service declaration
1 parent f89e2d0 commit ae958b8

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)