Remove deprecated setCreatedAt

This commit is contained in:
Dennis Eichhorn 2017-11-28 16:21:18 +01:00
parent edc18b19b7
commit ae39c6c820

View File

@ -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
*