mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-17 17:55:42 +00:00
fix: inject LockFactory
This commit is contained in:
parent
66e2c25b18
commit
3a1586a7a6
@ -48,7 +48,6 @@ final readonly class OrderDomainHandler
|
|||||||
#[Autowire(param: 'influxdb_enabled')]
|
#[Autowire(param: 'influxdb_enabled')]
|
||||||
private bool $influxdbEnabled, private EntityManagerInterface $em,
|
private bool $influxdbEnabled, private EntityManagerInterface $em,
|
||||||
private DomainPurchaseRepository $domainPurchaseRepository,
|
private DomainPurchaseRepository $domainPurchaseRepository,
|
||||||
#[Target('lock')]
|
|
||||||
private LockFactory $lockFactory,
|
private LockFactory $lockFactory,
|
||||||
) {
|
) {
|
||||||
$this->sender = new Address($mailerSenderEmail, $mailerSenderName);
|
$this->sender = new Address($mailerSenderEmail, $mailerSenderName);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user