From 38deb2b12b19b7e691d4a04e08f4ecd77c26e21b Mon Sep 17 00:00:00 2001 From: Vincent Date: Thu, 26 Sep 2024 13:20:28 +0200 Subject: [PATCH] chore: unused injections --- src/Controller/WatchListController.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Controller/WatchListController.php b/src/Controller/WatchListController.php index 021bf01..a2c1871 100644 --- a/src/Controller/WatchListController.php +++ b/src/Controller/WatchListController.php @@ -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