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 bdb225a commit c0723d4Copy full SHA for c0723d4
messenger/multiple_buses.rst
@@ -108,6 +108,10 @@ an **event bus**. The event bus could have zero or more subscribers.
108
$eventBus->middleware()->id('validation');
109
};
110
111
+.. versionadded:: 6.2
112
+
113
+ The ``allow_no_senders`` option was introduced in Symfony 6.2.
114
115
This will create three new services:
116
117
* ``command.bus``: autowireable with the :class:`Symfony\\Component\\Messenger\\MessageBusInterface`
0 commit comments