rename method

This commit is contained in:
Julien Fastré 2023-06-07 13:36:26 +02:00
parent 73b95732db
commit 199223293e
Signed by: julienfastre
GPG Key ID: BDE2190974723FCB

View File

@ -77,7 +77,7 @@ final class RegroupmentRepository implements ObjectRepository
/**
* @return array<Regroupment>
*/
public function findRegroupmentAssociatedToAnyCenter(): array
public function findRegroupmentAssociatedToNoCenter(): array
{
return $this->repository->createQueryBuilder('r')
->where('SIZE(r.centers) = 0')