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 75875ff

Browse filesBrowse 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
Copy full SHA for 75875ff

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.