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 cd8614f commit 1186265Copy full SHA for 1186265
book/service_container.rst
@@ -817,7 +817,7 @@ Core Symfony and Third-Party Bundle Services
817
Since Symfony and all third-party bundles configure and retrieve their services
818
via the container, you can easily access them or even use them in your own
819
services. To keep things simple, Symfony by default does not require that
820
-controllers be defined as services. Furthermore, Symfony injects the entire
+controllers must be defined as services. Furthermore, Symfony injects the entire
821
service container into your controller. For example, to handle the storage of
822
information on a user's session, Symfony provides a ``session`` service,
823
which you can access inside a standard controller as follows::
0 commit comments