createdAt = new \DateTime(); $this->project = $project; } public function getProject(): Project { return $this->project; } }