fix: refresh more entities that are using the same pattern

This commit is contained in:
vinceh121
2025-10-20 22:45:00 +02:00
parent 68cb366585
commit 2c38a298c0
3 changed files with 8 additions and 4 deletions

View File

@@ -425,6 +425,8 @@ class RDAPService
if (null === $domainEntity) {
$domainEntity = new DomainEntity();
} else {
$this->em->refresh($domainEntity);
}
$domain->addDomainEntity($domainEntity