Fixed trailing method comma which is not compatible with PHP 7.2

This commit is contained in:
Alejandro Celaya 2019-12-16 15:22:03 +01:00
parent 99fd5f937e
commit 03a92e5556

View file

@ -55,7 +55,7 @@ class ShortUrlRepositoryAdapter implements AdapterInterface
$this->searchTerm,
$this->tags,
$this->orderBy,
$this->dateRange,
$this->dateRange
);
}