Remove deprecated setCreatedAt

This commit is contained in:
Dennis Eichhorn 2017-11-28 16:21:18 +01:00
parent fbe4b28c9a
commit 9efed96082
2 changed files with 0 additions and 20 deletions

View File

@ -205,16 +205,6 @@ class Calendar
return $this->createdAt;
}
/**
* @param \DateTime $createdAt Calendar created at
*
* @since 1.0.0
*/
public function setCreatedAt(\DateTime $createdAt)
{
$this->createdAt = $createdAt;
}
/**
* Get current date
*

View File

@ -254,16 +254,6 @@ class Event
return $this->createdAt;
}
/**
* @param \DateTime $createdAt Event created at
*
* @since 1.0.0
*/
public function setCreatedAt(\DateTime $createdAt)
{
$this->createdAt = $createdAt;
}
/**
* @return int
*