mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-29 18:14:59 +00:00
rename method
This commit is contained in:
@@ -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')
|
||||||
|
Reference in New Issue
Block a user