updatedAt; } /** * Doctrine annotation * * @ORM\PreUpdate * @internal */ public function setUpdatedAt(): void { $this->updatedAt = new DateTime(); } }