diff --git a/Models/BatchPosting.php b/Models/BatchPosting.php index 0ca274c..4bf1fa8 100644 --- a/Models/BatchPosting.php +++ b/Models/BatchPosting.php @@ -115,11 +115,11 @@ class BatchPosting implements \Countable /** * Get created. * - * @return \DateTime + * @return \DateTimeImmutable * * @since 1.0.0 */ - public function getCreatedAt() : \DateTimeInterface + public function getCreatedAt() : \DateTimeImmutable { return $this->created; }