This commit is contained in:
Dennis Eichhorn 2017-10-03 21:39:34 +02:00
parent f03e02af7c
commit 20366d3894

View File

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