From 6c3dc983edde2b1a008833c5bab965bf2fbc8634 Mon Sep 17 00:00:00 2001 From: Robin Lehrmann Date: Wed, 28 Jan 2026 12:33:49 +0100 Subject: [PATCH] docs: add missing type for event_bus config --- docs/pages/configuration.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/pages/configuration.md b/docs/pages/configuration.md index df495fe5..df8a31ee 100644 --- a/docs/pages/configuration.md +++ b/docs/pages/configuration.md @@ -570,6 +570,7 @@ We can then use this messenger or event bus in event sourcing: ```yaml patchlevel_event_sourcing: event_bus: + type: symfony service: event.bus ``` Since the event bus was replaced, event sourcing own attributes no longer work.