Skip to content

Commit

Permalink
Merge pull request #13 from patchlevel/fix-connection-ref
Browse files Browse the repository at this point in the history
TraceProjector should use an existing connection service
  • Loading branch information
DavidBadura authored Jul 3, 2024
2 parents 3af080c + 595fc6a commit 0362842
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ public function load(array $configs, ContainerBuilder $container): void

$container->register(TraceProjector::class)
->setArguments([
new Reference('doctrine.dbal.projection_connection'),
new Reference('event_sourcing.dbal_connection'),
new Reference(EventRegistry::class),
])
->addTag('event_sourcing.projector');
Expand Down

0 comments on commit 0362842

Please sign in to comment.