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', ]); }