Skip to content

Commit c0723d4

Browse files
committed
Add the versionadded directive
1 parent bdb225a commit c0723d4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

messenger/multiple_buses.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,10 @@ an **event bus**. The event bus could have zero or more subscribers.
108108
$eventBus->middleware()->id('validation');
109109
};
110110
111+
.. versionadded:: 6.2
112+
113+
The ``allow_no_senders`` option was introduced in Symfony 6.2.
114+
111115
This will create three new services:
112116

113117
* ``command.bus``: autowireable with the :class:`Symfony\\Component\\Messenger\\MessageBusInterface`

0 commit comments

Comments
 (0)