Skip to content

Commit

Permalink
Renamed the method due to the typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
ruslanbaidan committed Oct 21, 2024
1 parent 99ff290 commit 919678c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Table/ModelTable.php
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit 919678c

Please sign in to comment.