8000
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 c45a7f2 commit 0071faeCopy full SHA for 0071fae
service_container.rst
@@ -154,6 +154,12 @@ later how you can configure a service that has multiple instances in the
154
``get()`` method to locate and retrieve the ``app.mailer`` service from
155
the service container.
156
157
+.. caution::
158
+
159
+ Service identifiers are case-insensitive (``app.mailer`` and ``APP.Mailer``
160
+ for example refer to the same service). This behavior was deprecated in
161
+ Symfony 3.3 and it will no longer work in Symfony 4.0.
162
163
.. _service-container-parameters:
164
165
Service Parameters
0 commit comments