mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-21 23:23:51 +00:00
replace search api by a first workin implementation
This commit is contained in:
@@ -37,6 +37,11 @@ final class PersonRepository
|
||||
return $this->repository->find($id, $lockMode, $lockVersion);
|
||||
}
|
||||
|
||||
public function findByIds($ids): array
|
||||
{
|
||||
return $this->repository->findBy(['id' => $ids]);
|
||||
}
|
||||
|
||||
/**
|
||||
* @param $centers
|
||||
* @param $firstResult
|
||||
|
Reference in New Issue
Block a user