diff --git a/Models/EditorDoc.php b/Models/EditorDoc.php index e1aff0b..556dc6a 100755 --- a/Models/EditorDoc.php +++ b/Models/EditorDoc.php @@ -159,11 +159,11 @@ class EditorDoc implements \JsonSerializable, ArrayableInterface /** * Get created at * - * @return \DateTime + * @return \DateTimeImmutable * * @since 1.0.0 */ - public function getCreatedAt() : \DateTimeInterface + public function getCreatedAt() : \DateTimeImmutable { return $this->createdAt; }