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.
1 parent fa9c7ed commit 19f5de5Copy full SHA for 19f5de5
docs/infrastructure_and_maintenance/request_lifecycle.md
@@ -154,7 +154,7 @@ The `HttpKernel` then dispatches a `kernel.controller_arguments` (`KernelEvents:
154
## Controller execution
155
156
The `HttpKernel` extracts from the request the controller and the arguments to pass to the controller.
157
-[Argument resolvers]([[= symfony_doc =]]/controller/argument_value_resolver.html) work in a way similar to autowiring.
+[Argument resolvers]([[= symfony_doc =]]/controller/value_resolver.html) work in a way similar to autowiring.
158
The `HttpKernel` executes the controller with those arguments.
159
160
As a reminder, the controller and its argument can be:
0 commit comments