File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Extending Action Argument Resolving
77.. versionadded :: 3.1
88 The ``ArgumentResolver `` and value resolvers were introduced in Symfony 3.1.
99
10- In the book , you've learned that you can get the
10+ In the :doc: ` controller guide < /controller >` , you've learned that you can get the
1111:class: `Symfony\\ Component\\ HttpFoundation\\ Request ` object via an argument in
1212your controller. This argument has to be type-hinted by the ``Request `` class
1313in order to be recognized. This is done via the
Original file line number Diff line number Diff line change @@ -60,8 +60,6 @@ an array.
6060 a better choice, since it returns the data (usually an object) after
6161 it's been transformed by the Form component.
6262
63- .. _booking-validation-forms :
64-
6563Adding Validation
6664-----------------
6765
You can’t perform that action at this time.
0 commit comments