chore: remove unused service

This commit is contained in:
Maël Gangloff 2025-11-01 19:02:18 +01:00
parent 29db54ad17
commit 2292057c73
No known key found for this signature in database
GPG Key ID: 11FDC81C24A7F629

View File

@ -13,7 +13,6 @@ use App\Repository\WatchlistRepository;
use App\Service\ChatNotificationService;
use App\Service\InfluxdbService;
use App\Service\Provider\AbstractProvider;
use App\Service\StatService;
use Doctrine\ORM\EntityManagerInterface;
use Psr\Log\LoggerInterface;
use Symfony\Component\DependencyInjection\Attribute\Autowire;
@ -38,7 +37,6 @@ final readonly class OrderDomainHandler
private KernelInterface $kernel,
private MailerInterface $mailer,
private LoggerInterface $logger,
private StatService $statService,
private ChatNotificationService $chatNotificationService,
private InfluxdbService $influxdbService,
#[Autowire(service: 'service_container')]