mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-29 16:15:04 +00:00
fix: correct HTTP codes for Bad Request
This commit is contained in:
@@ -41,7 +41,8 @@ final readonly class UpdateDomainsFromWatchlistHandler
|
||||
private WatchListRepository $watchListRepository,
|
||||
private LoggerInterface $logger,
|
||||
#[Autowire(service: 'service_container')]
|
||||
private ContainerInterface $locator, private DomainRepository $domainRepository,
|
||||
private ContainerInterface $locator,
|
||||
private DomainRepository $domainRepository,
|
||||
) {
|
||||
$this->sender = new Address($mailerSenderEmail, $mailerSenderName);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user