mirror of
https://github.com/shlinkio/shlink.git
synced 2026-03-10 01:03:13 +08:00
Added last check on ShortUrlsOrdering which makes sure everything keeps behaving as it used to
This commit is contained in:
@@ -60,4 +60,9 @@ final class ShortUrlsOrdering
|
||||
{
|
||||
return $this->orderDirection;
|
||||
}
|
||||
|
||||
public function hasOrderField(): bool
|
||||
{
|
||||
return $this->orderField !== null;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user