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.
2 parents 0d246c1 + a404d52 commit 4a6998cCopy full SHA for 4a6998c
service_container/service_decoration.rst
@@ -148,9 +148,9 @@ automatically changed to ``decorating_service_id + '.inner'``):
148
<service id="App\DecoratingMailer"
149
decorates="App\Mailer"
150
>
151
+ <!-- pass the old service as an argument -->
152
<argument type="service" id="App\DecoratingMailer.inner"/>
153
</service>
-
154
</services>
155
</container>
156
@@ -173,7 +173,6 @@ automatically changed to ``decorating_service_id + '.inner'``):
173
->args([ref(DecoratingMailer::class.'.inner')]);
174
};
175
176
177
.. tip::
178
179
The visibility of the decorated ``App\Mailer`` service (which is an alias
0 commit comments