Skip to content

Commit

Permalink
Remove old constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
mpdude committed Sep 24, 2024
1 parent 6756cda commit a9f5b89
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@

class QuerySubscriber implements EventSubscriberInterface
{
public function __construct(private readonly ArgumentAccessInterface $argumentAccess)
{
}

public function items(ItemsEvent $event): void
{
if (!$event->target instanceof Query) {
Expand Down

0 comments on commit a9f5b89

Please sign in to comment.