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 cbb28dc commit 85a72e4Copy full SHA for 85a72e4
README.md
@@ -92,8 +92,7 @@ $container['ProducerEventBusMiddleware'] = function() use ($container) {
92
$container['ProducerEventBus'] = function() use ($container) {
93
return new \NilPortugues\MessageBus\EventBus\EventBus([
94
$container['LoggerEventBusMiddleware'],
95
- $container['ProducerEventBusMiddleware'],
96
- $container['EventBusMiddleware'],
+ $container['ProducerEventBusMiddleware']
97
]);
98
};
99
```
0 commit comments