mirror of
https://github.com/Karaka-Management/oms-ItemManagement.git
synced 2026-02-03 14:08:40 +00:00
fix typehint
This commit is contained in:
parent
4b181a9a9e
commit
164555bebd
|
|
@ -87,11 +87,11 @@ class Item
|
|||
/**
|
||||
* 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