You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: routing.rst
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -469,7 +469,8 @@ You can also use these functions:
469
469
470
470
``service(string $alias)``
471
471
Returns a routing condition service.
472
-
You'll have to add the ``#[AsRoutingConditionService]`` attribute or ``routing.condition_service`` tag to your service if you want to use it in the condition.
472
+
You'll have to add the ``#[AsRoutingConditionService]`` attribute or ``routing.condition_service``
473
+
tag to your service if you want to use it in the condition.
0 commit comments