rename method

This commit is contained in:
2023-06-07 13:36:26 +02:00
parent 73b95732db
commit 199223293e

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')