mirror of
https://github.com/Karaka-Management/oms-SupplierManagement.git
synced 2026-01-11 17:28:41 +00:00
fix typehint
This commit is contained in:
parent
724da76892
commit
4a5641f7af
|
|
@ -243,11 +243,11 @@ class Supplier
|
||||||
/**
|
/**
|
||||||
* Get created at date time
|
* Get created at date time
|
||||||
*
|
*
|
||||||
* @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