mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-29 16:15:04 +00:00
fix: domain setDeleted false
This commit is contained in:
@@ -161,7 +161,7 @@ readonly class RDAPService
|
||||
$this->updateDomainEntities($domain, $rdapData);
|
||||
$this->updateDomainNameservers($domain, $rdapData);
|
||||
|
||||
$domain->updateTimestamps();
|
||||
$domain->setDeleted(false)->updateTimestamps();
|
||||
|
||||
$this->em->persist($domain);
|
||||
$this->em->flush();
|
||||
|
||||
Reference in New Issue
Block a user