refactor: consent checks are performed in AbstractProvider and not in child classes

This commit is contained in:
Maël Gangloff
2024-11-01 00:46:25 +01:00
parent 5be90247f4
commit c7a50eed65
29 changed files with 927 additions and 888 deletions

View File

@@ -34,7 +34,7 @@ final readonly class SendDomainEventNotifHandler
private StatService $statService,
private DomainRepository $domainRepository,
private WatchListRepository $watchListRepository,
private ChatNotificationService $chatNotificationService
private ChatNotificationService $chatNotificationService,
) {
$this->sender = new Address($mailerSenderEmail, $mailerSenderName);
}