This commit is contained in:
Dennis Eichhorn 2017-10-03 21:39:34 +02:00
parent 484cb909f7
commit de002bb8fd

View File

@ -271,6 +271,5 @@ class Project
public function setCreatedBy(int $createdBy)
{
$this->createdBy = $createdBy;
$this->calendar->setCreatedBy($createdBy);
}
}