Skip to content

Commit

Permalink
Remove unused Store ref for SubscriptionBootCommand
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielBadura committed Feb 6, 2025
1 parent 915cbd1 commit e1a1eb1
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -660,7 +660,6 @@ private function configureCommands(ContainerBuilder $container): void
$container->register(SubscriptionBootCommand::class)
->setArguments([
new Reference(SubscriptionEngine::class),
new Reference(Store::class),
])
->addTag('console.command');

Expand Down

0 comments on commit e1a1eb1

Please sign in to comment.