Skip to content

Commit 934600b

Browse files
committed
Merge branch '4.4' into 5.0
* 4.4: Update calls.rst
2 parents 723ab43 + 531a2db commit 934600b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

service_container/calls.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ To configure the container to call the ``setLogger`` method, use the ``calls`` k
4040
App\Service\MessageGenerator:
4141
# ...
4242
calls:
43-
- setLogger: ['@logger']
43+
- [setLogger, ['@logger']]
4444
4545
.. code-block:: xml
4646

0 commit comments

Comments
 (0)