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 a92dadd commit b7f8257Copy full SHA for b7f8257
service_container/service_decoration.rst
@@ -18,7 +18,7 @@ the original service is lost:
18
# this replaces the old app.mailer definition with the new one, the
19
# old definition is lost
20
app.mailer:
21
- class AppBundle\DecoratingMailer
+ class: AppBundle\DecoratingMailer
22
23
.. code-block:: xml
24
0 commit comments