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 0c786b5 commit 40ad752Copy full SHA for 40ad752
service_container/calls.rst
@@ -40,7 +40,7 @@ To configure the container to call the ``setLogger`` method, use the ``calls`` k
40
App\Service\MessageGenerator:
41
# ...
42
calls:
43
- - setLogger: ['@logger']
+ - [setLogger, ['@logger']]
44
45
.. code-block:: xml
46
0 commit comments