mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-29 16:15:04 +00:00
feat: add createdAt and updatedAt on Domain entity
This commit is contained in:
@@ -163,7 +163,7 @@ readonly class RDAPService
|
||||
$domain->addNameserver($nameserver);
|
||||
}
|
||||
|
||||
|
||||
$domain->updateTimestamps();
|
||||
$this->em->persist($domain);
|
||||
$this->em->flush();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user