Fix mapped finder
This commit is contained in:
parent
e9e0c4b3e7
commit
a70df4b950
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ class MappedFinder implements FinderInterface, PaginatedFinderInterface
|
|||
$paginatorAdapter = $this->createPaginatorAdapter($queryObject);
|
||||
$paginator = new Paginator($paginatorAdapter);
|
||||
|
||||
return $this->createPaginator($queryObject);
|
||||
return $paginator;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue