From a13fe1a253fabf3967769381153b2211afbf4162 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Tue, 3 Oct 2017 21:39:34 +0200 Subject: [PATCH] Fix #7 --- Models/Event.php | 1 - 1 file changed, 1 deletion(-) 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); } }