Skip to content

Commit b762b1f

Browse files
authored
Merge pull request #291 from robinlehrmann/docs/add-missing-type-for-symfony-event-bus
docs: add missing type for event_bus config
2 parents 7cbb6b4 + 6c3dc98 commit b762b1f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docs/pages/configuration.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -570,6 +570,7 @@ We can then use this messenger or event bus in event sourcing:
570570
```yaml
571571
patchlevel_event_sourcing:
572572
event_bus:
573+
type: symfony
573574
service: event.bus
574575
```
575576
Since the event bus was replaced, event sourcing own attributes no longer work.

0 commit comments

Comments
 (0)