mirror of
https://github.com/Karaka-Management/oms-ProjectManagement.git
synced 2026-01-25 05:48:42 +00:00
Remove deprecated setCreatedAt
This commit is contained in:
parent
5f6fe77c91
commit
6ef98ba3b6
|
|
@ -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
|
||||
*
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user