Remove Query Settings on Query
This commit is contained in:
@@ -40,8 +40,6 @@ class TeammemberRepository extends AbstractRepository
|
||||
{
|
||||
$qb = $this->createQuery();
|
||||
|
||||
$qb->getQuerySettings()->setRespectStoragePage(false);
|
||||
|
||||
$qb->matching($qb->in('categories.uid', $categories));
|
||||
|
||||
return $qb->execute();
|
||||
|
||||
Reference in New Issue
Block a user