From 1050806857c3c7532e653fe50eacc66b02d4a56c Mon Sep 17 00:00:00 2001 From: Daniel Badura Date: Sun, 10 May 2026 08:11:17 +0200 Subject: [PATCH] Adjust the prio of the rebuild listener to better match the auto setup's prio --- src/DependencyInjection/PatchlevelEventSourcingExtension.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/DependencyInjection/PatchlevelEventSourcingExtension.php b/src/DependencyInjection/PatchlevelEventSourcingExtension.php index c98a1c38..8d9d6f7c 100644 --- a/src/DependencyInjection/PatchlevelEventSourcingExtension.php +++ b/src/DependencyInjection/PatchlevelEventSourcingExtension.php @@ -627,7 +627,7 @@ static function (ChildDefinition $definition): void { ]) ->addTag('kernel.event_listener', [ 'event' => 'kernel.request', - 'priority' => 100, + 'priority' => 190, 'method' => 'onKernelRequest', ]); }