mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-29 16:15:04 +00:00
fix: use state provider
This commit is contained in:
@@ -62,7 +62,8 @@ class RDAPService
|
||||
'Private',
|
||||
];
|
||||
|
||||
public function __construct(private HttpClientInterface $client,
|
||||
public function __construct(
|
||||
private readonly HttpClientInterface $client,
|
||||
private readonly EntityRepository $entityRepository,
|
||||
private readonly DomainRepository $domainRepository,
|
||||
private readonly DomainEventRepository $domainEventRepository,
|
||||
|
||||
Reference in New Issue
Block a user