mirror of
https://github.com/Karaka-Management/oms-ClientManagement.git
synced 2026-01-25 06:08:41 +00:00
fix typehint
This commit is contained in:
parent
b412f12149
commit
0b65b1e55a
|
|
@ -299,11 +299,11 @@ class Client
|
|||
/**
|
||||
* Get created at date time
|
||||
*
|
||||
* @return \DateTime
|
||||
* @return \DateTimeImmutable
|
||||
*
|
||||
* @since 1.0.0
|
||||
*/
|
||||
public function getCreatedAt() : \DateTimeInterface
|
||||
public function getCreatedAt() : \DateTimeImmutable
|
||||
{
|
||||
return $this->createdAt;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user