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 723ab43 + 531a2db commit 934600bCopy full SHA for 934600b
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