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 858b1a7 commit bed0754Copy full SHA for bed0754
service_container/factories.rst
@@ -101,7 +101,6 @@ Configuration of the service container then looks like this:
101
.. code-block:: yaml
102
103
# app/config/services.yml
104
-
105
services:
106
# ...
107
@@ -160,7 +159,6 @@ Configuration of the service container then looks like this:
160
159
161
162
163
164
AppBundle\Email\NewsletterManager:
165
class: AppBundle\Email\NewsletterManager
166
# new syntax
@@ -187,7 +185,6 @@ example takes the ``templating`` service as an argument:
187
185
188
186
189
190
191
192
193
0 commit comments