mirror of
https://github.com/Karaka-Management/oms-Calendar.git
synced 2026-01-26 14:38:40 +00:00
Remove deprecated setCreatedAt
This commit is contained in:
parent
fbe4b28c9a
commit
9efed96082
|
|
@ -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
|
||||
*
|
||||
|
|
|
|||
|
|
@ -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
|
||||
*
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user