diff --git a/module/Core/src/Paginator/Adapter/ShortUrlRepositoryAdapter.php b/module/Core/src/Paginator/Adapter/ShortUrlRepositoryAdapter.php index 90ae55f1..f275c757 100644 --- a/module/Core/src/Paginator/Adapter/ShortUrlRepositoryAdapter.php +++ b/module/Core/src/Paginator/Adapter/ShortUrlRepositoryAdapter.php @@ -55,7 +55,7 @@ class ShortUrlRepositoryAdapter implements AdapterInterface $this->searchTerm, $this->tags, $this->orderBy, - $this->dateRange, + $this->dateRange ); }