mirror of
https://github.com/Karaka-Management/oms-EventManagement.git
synced 2026-02-15 17:28:41 +00:00
Remove deprecated setCreatedAt
This commit is contained in:
parent
edc18b19b7
commit
ae39c6c820
|
|
@ -263,17 +263,6 @@ class Event
|
||||||
return $this->createdAt;
|
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
|
* @return int
|
||||||
*
|
*
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user