Remove deprecated setCreatedAt

This commit is contained in:
Dennis Eichhorn 2017-11-28 16:21:18 +01:00
parent 6d8bc7deec
commit 733af52363

View File

@ -218,17 +218,6 @@ class Promotion
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
*