mirror of
https://github.com/Karaka-Management/oms-ProjectManagement.git
synced 2026-02-12 22:08:40 +00:00
Remove deprecated setCreatedAt
This commit is contained in:
parent
5f6fe77c91
commit
6ef98ba3b6
|
|
@ -242,17 +242,6 @@ class Project
|
||||||
return $this->createdAt;
|
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
|
* @return int
|
||||||
*
|
*
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user