mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 17:10:53 +00:00
[Resource] Use output walkers in DoctrineORMAdapter
This commit is contained in:
parent
e431b1669a
commit
c692c59bc6
1 changed files with 1 additions and 1 deletions
|
|
@ -139,7 +139,7 @@ class EntityRepository extends BaseEntityRepository implements RepositoryInterfa
|
|||
*/
|
||||
public function getPaginator(QueryBuilder $queryBuilder)
|
||||
{
|
||||
return new Pagerfanta(new DoctrineORMAdapter($queryBuilder, true, false));
|
||||
return new Pagerfanta(new DoctrineORMAdapter($queryBuilder, true, true));
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue