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