From: Cameron Ball Date: Fri, 19 Dec 2014 03:15:33 +0000 (+0800) Subject: Thought I fixed this at home X-Git-Url: http://git.cameron1729.xyz/?p=rock.divinelegy.git;a=commitdiff_plain;h=2ab21c6f9d87f67e90c8746c0f4d39d10d422f14 Thought I fixed this at home --- diff --git a/DataAccess/Queries/DownloadQueryConstraints.php b/DataAccess/Queries/DownloadQueryConstraints.php index 5a5f56a..7365157 100644 --- a/DataAccess/Queries/DownloadQueryConstraints.php +++ b/DataAccess/Queries/DownloadQueryConstraints.php @@ -18,7 +18,7 @@ class DownloadQueryConstraints implements IDownloadQueryConstraints $this->applyDateRange(); } - public function inDateRange(DateTime $start, DateTimeInterface $end) + public function inDateRange(DateTime $start, DateTime $end) { $this->_dateRangeStart = $start; $this->_dateRangeEnd = $end;