mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-28 10:33:49 +00:00
fix errors in pagination
This commit is contained in:
@@ -232,7 +232,8 @@ class Paginator implements PaginatorInterface
|
||||
array_merge($this->routeParameters, array(
|
||||
$this->pageKey => $number,
|
||||
$this->itemPerPageKey => $this->itemPerPage
|
||||
))
|
||||
)),
|
||||
$this->totalItems
|
||||
);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user