feat: add DomainLifecycleSteps

This commit is contained in:
Maël Gangloff
2024-08-23 21:19:34 +02:00
parent eeb2477611
commit 6ed2983665
16 changed files with 604 additions and 521 deletions

View File

@@ -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);
}