Remove deprecated setCreatedAt

This commit is contained in:
Dennis Eichhorn 2017-11-28 16:21:18 +01:00
parent 5f6fe77c91
commit 6ef98ba3b6

View File

@ -242,17 +242,6 @@ class Project
return $this->createdAt;
}
/**
* @param \DateTime $createdAt Calendar created at
*
* @since 1.0.0
*/
public function setCreatedAt(\DateTime $createdAt)
{
$this->createdAt = $createdAt;
$this->calendar->setCreatedAt($createdAt);
}
/**
* @return int
*