mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-17 17:55:42 +00:00
chore: remove unused service
This commit is contained in:
parent
29db54ad17
commit
2292057c73
@ -13,7 +13,6 @@ use App\Repository\WatchlistRepository;
|
|||||||
use App\Service\ChatNotificationService;
|
use App\Service\ChatNotificationService;
|
||||||
use App\Service\InfluxdbService;
|
use App\Service\InfluxdbService;
|
||||||
use App\Service\Provider\AbstractProvider;
|
use App\Service\Provider\AbstractProvider;
|
||||||
use App\Service\StatService;
|
|
||||||
use Doctrine\ORM\EntityManagerInterface;
|
use Doctrine\ORM\EntityManagerInterface;
|
||||||
use Psr\Log\LoggerInterface;
|
use Psr\Log\LoggerInterface;
|
||||||
use Symfony\Component\DependencyInjection\Attribute\Autowire;
|
use Symfony\Component\DependencyInjection\Attribute\Autowire;
|
||||||
@ -38,7 +37,6 @@ final readonly class OrderDomainHandler
|
|||||||
private KernelInterface $kernel,
|
private KernelInterface $kernel,
|
||||||
private MailerInterface $mailer,
|
private MailerInterface $mailer,
|
||||||
private LoggerInterface $logger,
|
private LoggerInterface $logger,
|
||||||
private StatService $statService,
|
|
||||||
private ChatNotificationService $chatNotificationService,
|
private ChatNotificationService $chatNotificationService,
|
||||||
private InfluxdbService $influxdbService,
|
private InfluxdbService $influxdbService,
|
||||||
#[Autowire(service: 'service_container')]
|
#[Autowire(service: 'service_container')]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user