fix error after merge

This commit is contained in:
Julien Fastré 2021-07-30 13:40:52 +02:00
parent 014fe19b45
commit f734210db5

View File

@ -32,11 +32,6 @@ final class ResultRepository implements ObjectRepository
return $this->repository->findAll();
}
public function findBy(array $criteria, ?array $orderBy = null, $limit = null, $offset = null)
{
return $this->repository->findBy($criteria, $orderBy, $limit, $offset);
}
/**
*
* @return Result[]