mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-29 16:15:04 +00:00
fix: refresh more entities that are using the same pattern
This commit is contained in:
@@ -425,6 +425,8 @@ class RDAPService
|
||||
|
||||
if (null === $domainEntity) {
|
||||
$domainEntity = new DomainEntity();
|
||||
} else {
|
||||
$this->em->refresh($domainEntity);
|
||||
}
|
||||
|
||||
$domain->addDomainEntity($domainEntity
|
||||
|
||||
Reference in New Issue
Block a user