mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-29 16:15:04 +00:00
feat: add updatedAt on DomainEntity
This commit is contained in:
@@ -258,7 +258,8 @@ readonly class RDAPService
|
||||
$domain->addDomainEntity($domainEntity
|
||||
->setDomain($domain)
|
||||
->setEntity($entity)
|
||||
->setRoles($roles));
|
||||
->setRoles($roles))
|
||||
->updateTimestamps();
|
||||
|
||||
$this->em->persist($domainEntity);
|
||||
$this->em->flush();
|
||||
|
||||
Reference in New Issue
Block a user