Skip to content

Commit fd0319c

Browse files
Update routing.rst
1 parent 75ff972 commit fd0319c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

routing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ You can also use these functions:
382382
tag to your service if you want to use it in the condition::
383383
384384
385-
// Controller:
385+
// Controller (using an alias):
386386
#[Route(condition: "service('route_checker').check(request)")]
387387
// Or without alias:
388388
#[Route(condition: "service('Ap\\\Service\\\RouteChecker').check(request)")]

0 commit comments

Comments
 (0)