Show no respect!

This commit is contained in:
Cedric Ziel
2018-06-13 13:30:19 +02:00
parent b697e4e331
commit e0b8473371
@@ -39,6 +39,9 @@ class TeammemberRepository extends AbstractRepository
public function findByCategories(array $categories = [])
{
$qb = $this->createQuery();
$qb->getQuerySettings()->setRespectStoragePage(false);
$qb->matching($qb->in('categories', $categories));
return $qb->execute();