adds createPaginatorAdapter to the repository
This commit is contained in:
parent
7a8664727c
commit
b7df8fb651
1 changed files with 4 additions and 0 deletions
|
|
@ -28,4 +28,8 @@ class Repository
|
|||
return $this->finder->findPaginated($query);
|
||||
}
|
||||
|
||||
public function createPaginatorAdapter($query)
|
||||
{
|
||||
return $this->finder->createPaginatorAdapter($query);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue