diff --git a/Models/Event.php b/Models/Event.php index 0bbce4a..76a88ac 100644 --- a/Models/Event.php +++ b/Models/Event.php @@ -292,6 +292,5 @@ class Event public function setCreatedBy(int $createdBy) { $this->createdBy = $createdBy; - $this->calendar->setCreatedBy($this->createdBy); } }