This commit is contained in:
Dennis Eichhorn 2017-10-03 21:39:34 +02:00
parent 569899d028
commit a13fe1a253

View File

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