fix errors in pagination

This commit is contained in:
2019-10-25 14:35:34 +02:00
parent 517ea1de31
commit f23aec0649
3 changed files with 20 additions and 3 deletions

View File

@@ -232,7 +232,8 @@ class Paginator implements PaginatorInterface
array_merge($this->routeParameters, array(
$this->pageKey => $number,
$this->itemPerPageKey => $this->itemPerPage
))
)),
$this->totalItems
);
}