chore: unused injections

This commit is contained in:
Vincent
2024-09-26 13:20:28 +02:00
parent cf05d35ded
commit 38deb2b12b

View File

@@ -53,8 +53,6 @@ class WatchListController extends AbstractController
private readonly WatchListRepository $watchListRepository,
private readonly LoggerInterface $logger,
private readonly HttpClientInterface $httpClient,
private readonly CacheItemPoolInterface $cacheItemPool,
private readonly KernelInterface $kernel,
private readonly ChatNotificationService $chatNotificationService,
#[Autowire(service: 'service_container')]
private ContainerInterface $locator