From f734210db52381af1c5fd15c7e264e7812dc30fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Fri, 30 Jul 2021 13:40:52 +0200 Subject: [PATCH] fix error after merge --- .../Repository/SocialWork/ResultRepository.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/Bundle/ChillPersonBundle/Repository/SocialWork/ResultRepository.php b/src/Bundle/ChillPersonBundle/Repository/SocialWork/ResultRepository.php index d2755e3ce..33bd8f7ef 100644 --- a/src/Bundle/ChillPersonBundle/Repository/SocialWork/ResultRepository.php +++ b/src/Bundle/ChillPersonBundle/Repository/SocialWork/ResultRepository.php @@ -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[]