mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-29 16:15:04 +00:00
feat: add DomainLifecycleSteps
This commit is contained in:
@@ -43,7 +43,8 @@ final readonly class ProcessDomainTriggerHandler
|
||||
private KernelInterface $kernel,
|
||||
private LoggerInterface $logger,
|
||||
private HttpClientInterface $client,
|
||||
private MailerInterface $mailer, private CacheItemPoolInterface $cacheItemPool
|
||||
private MailerInterface $mailer,
|
||||
private CacheItemPoolInterface $cacheItemPool
|
||||
) {
|
||||
$this->sender = new Address($mailerSenderEmail, $mailerSenderName);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user