| changeset 22 | a50cbd7d702f |
| parent 4 | f55970e41793 |
| child 125 | e550b10fe3ca |
--- a/server/src/app/Repositories/DocumentRepository.php Tue Dec 01 13:57:41 2015 +0100 +++ b/server/src/app/Repositories/DocumentRepository.php Tue Dec 01 16:49:37 2015 +0100 @@ -18,7 +18,7 @@ * @param string $pageName * @return \Illuminate\Contracts\Pagination\LengthAwarePaginator */ - public function paginateAll($perPage = 15, $pageName = 'page'); + public function paginateAll($perPage = 15, $pageName = 'page', $page = null); public function getCount(); }