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 b32cd78 commit 28eacdeCopy full SHA for 28eacde
README.md
@@ -45,7 +45,7 @@ With this bundle, the adapter is automatically set as the default for Event Bus.
45
If you're not using the bundle, you can bind it directly to the `EventBus` interface.
46
47
```yaml
48
-Gember\EventSourcing\Util\Messaging\MessageBus\EventBus:
+Gember\DependencyContracts\Util\Messaging\MessageBus\EventBus:
49
class: Gember\MessageBusSymfony\SymfonyEventBus
50
arguments:
51
- '@event.bus' # or any other defined Symfony event bus
0 commit comments