Skip to content

Commit 855173e

Browse files
committed
Merge branch '6.2' into 6.3
* 6.2: Fix typo in routing
2 parents 80c618a + 8b64865 commit 855173e

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)