mirror of
https://github.com/Karaka-Management/oms-ProjectManagement.git
synced 2026-02-15 15:18:39 +00:00
fix typehint
This commit is contained in:
parent
c4a6820693
commit
7c20fd0fe8
|
|
@ -695,11 +695,11 @@ class Project
|
||||||
/**
|
/**
|
||||||
* Get created at
|
* Get created at
|
||||||
*
|
*
|
||||||
* @return \DateTime
|
* @return \DateTimeImmutable
|
||||||
*
|
*
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
public function getCreatedAt() : \DateTimeInterface
|
public function getCreatedAt() : \DateTimeImmutable
|
||||||
{
|
{
|
||||||
return $this->createdAt;
|
return $this->createdAt;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user