]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - src/Wallabag/CoreBundle/Entity/Entry.php
Fix createdAt date range filter
[github/wallabag/wallabag.git] / src / Wallabag / CoreBundle / Entity / Entry.php
index 190457983f92eb9d5bc77a25c24b08646ddb918f..0e19a0c20afb25e7ed86e0fdd480a934d6ba4761 100644 (file)
@@ -552,7 +552,7 @@ class Entry
      *
      * @return Entry
      */
-    public function setCreatedAt(\DateTime $createdAt)
+    public function setCreatedAt(\DateTimeInterface $createdAt)
     {
         $this->createdAt = $createdAt;