diff --git a/src/Table/ModelTable.php b/src/Table/ModelTable.php index eb762ec2..83a8ee09 100755 --- a/src/Table/ModelTable.php +++ b/src/Table/ModelTable.php @@ -52,7 +52,7 @@ public function findByAnrIds(array $anrIds): array /** * @return Model[] */ - public function fundGenericsAndSpecificsByIds(array $specificModelsIds = []): array + public function findGenericsAndSpecificsByIds(array $specificModelsIds = []): array { $queryBuilder = $this->getRepository()->createQueryBuilder('m') ->where('m.isGeneric = 1')