Skip to content

Commit 1186265

Browse files
assoum891wouterj
authored andcommitted
Update service_container.rst
1 parent cd8614f commit 1186265

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/service_container.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -817,7 +817,7 @@ Core Symfony and Third-Party Bundle Services
817817
Since Symfony and all third-party bundles configure and retrieve their services
818818
via the container, you can easily access them or even use them in your own
819819
services. To keep things simple, Symfony by default does not require that
820-
controllers be defined as services. Furthermore, Symfony injects the entire
820+
controllers must be defined as services. Furthermore, Symfony injects the entire
821821
service container into your controller. For example, to handle the storage of
822822
information on a user's session, Symfony provides a ``session`` service,
823823
which you can access inside a standard controller as follows::

0 commit comments

Comments
 (0)