diff --git a/Models/Comment.php b/Models/Comment.php index 5804510..88d8040 100755 --- a/Models/Comment.php +++ b/Models/Comment.php @@ -307,11 +307,11 @@ class Comment /** * Get created at date time * - * @return \DateTime + * @return \DateTimeImmutable * * @since 1.0.0 */ - public function getCreatedAt() : \DateTimeInterface + public function getCreatedAt() : \DateTimeImmutable { return $this->createdAt; }