mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
rename method
This commit is contained in:
parent
73b95732db
commit
199223293e
@ -77,7 +77,7 @@ final class RegroupmentRepository implements ObjectRepository
|
|||||||
/**
|
/**
|
||||||
* @return array<Regroupment>
|
* @return array<Regroupment>
|
||||||
*/
|
*/
|
||||||
public function findRegroupmentAssociatedToAnyCenter(): array
|
public function findRegroupmentAssociatedToNoCenter(): array
|
||||||
{
|
{
|
||||||
return $this->repository->createQueryBuilder('r')
|
return $this->repository->createQueryBuilder('r')
|
||||||
->where('SIZE(r.centers) = 0')
|
->where('SIZE(r.centers) = 0')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user