mirror of
https://github.com/Karaka-Management/oms-Auditor.git
synced 2026-02-02 15:28:41 +00:00
fix typehint
This commit is contained in:
parent
04f4f1a401
commit
28fa3782eb
|
|
@ -270,11 +270,11 @@ class Audit
|
|||
/**
|
||||
* 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