mirror of
https://github.com/shlinkio/shlink.git
synced 2025-03-14 04:00:57 +03:00
Fixed trailing method comma which is not compatible with PHP 7.2
This commit is contained in:
parent
99fd5f937e
commit
03a92e5556
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ class ShortUrlRepositoryAdapter implements AdapterInterface
|
|||
$this->searchTerm,
|
||||
$this->tags,
|
||||
$this->orderBy,
|
||||
$this->dateRange,
|
||||
$this->dateRange
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue