updatedAt; } public function setUpdatedAt(DateTimeImmutable $createdAt): static { $this->updatedAt = $createdAt; return $this; } }