Skip to content

Commit 168d5f2

Browse files
authored
Fix typo in routing
There was a typo in the Matching expression section
1 parent 4150865 commit 168d5f2

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
@@ -408,7 +408,7 @@ You can also use these functions:
408408
// Controller (using an alias):
409409
#[Route(condition: "service('route_checker').check(request)")]
410410
// Or without alias:
411-
#[Route(condition: "service('Ap\\\Service\\\RouteChecker').check(request)")]
411+
#[Route(condition: "service('App\\\Service\\\RouteChecker').check(request)")]
412412

413413
.. versionadded:: 6.1
414414

0 commit comments

Comments
 (0)