We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 80c618a + 8b64865 commit 855173eCopy full SHA for 855173e
routing.rst
@@ -408,7 +408,7 @@ You can also use these functions:
408
// Controller (using an alias):
409
#[Route(condition: "service('route_checker').check(request)")]
410
// Or without alias:
411
- #[Route(condition: "service('Ap\\\Service\\\RouteChecker').check(request)")]
+ #[Route(condition: "service('App\\\Service\\\RouteChecker').check(request)")]
412
413
.. versionadded:: 6.1
414
0 commit comments