Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ae958b8

Browse filesBrowse files
committed
Fix custom router loader service declaration
1 parent f89e2d0 commit ae958b8
Copy full SHA for ae958b8

File tree

Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed

‎routing/custom_route_loader.rst

Copy file name to clipboardExpand all lines: routing/custom_route_loader.rst
+2-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.