diff --git a/Models/Event.php b/Models/Event.php index 87f6c8e..f8b1bc5 100644 --- a/Models/Event.php +++ b/Models/Event.php @@ -263,17 +263,6 @@ class Event return $this->createdAt; } - /** - * @param \DateTime $createdAt Event created at - * - * @since 1.0.0 - */ - public function setCreatedAt(\DateTime $createdAt) - { - $this->createdAt = $createdAt; - $this->calendar->setCreatedAt($this->createdAt); - } - /** * @return int *