mirror of
https://github.com/Karaka-Management/oms-Marketing.git
synced 2026-02-07 22:28:39 +00:00
fix typehint
This commit is contained in:
parent
0c7cd4b132
commit
4c03c1ee55
|
|
@ -478,11 +478,11 @@ class Promotion
|
|||
/**
|
||||
* Get created at
|
||||
*
|
||||
* @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