From 919678c4bb56517f07edeb665e6bafc2cd64f95f Mon Sep 17 00:00:00 2001 From: Ruslan Baidan Date: Mon, 21 Oct 2024 20:09:47 +0200 Subject: [PATCH] Renamed the method due to the typo. --- src/Table/ModelTable.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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')