Skip to content

Commit 4e79f6e

Browse files
committed
Remove mentions of (cook)book
1 parent d01a16f commit 4e79f6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controller/argument_value_resolver.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
1212
your controller. This argument has to be type-hinted by the ``Request`` class
1313
in order to be recognized. This is done via the

0 commit comments

Comments
 (0)