From: Raphaƫl Gertz Date: Wed, 11 Dec 2019 04:17:48 +0000 (+0100) Subject: Fix naming X-Git-Url: https://git.rapsys.eu/airbundle/commitdiff_plain/c858e5f350d6d26c8a0098165c982e32937debf9 Fix naming --- diff --git a/Repository/SessionRepository.php b/Repository/SessionRepository.php index e295bfd..9ffaf02 100644 --- a/Repository/SessionRepository.php +++ b/Repository/SessionRepository.php @@ -31,7 +31,7 @@ class SessionRepository extends \Doctrine\ORM\EntityRepository { * * @param $period The date period */ - public function findByDatePeriod($period) { + public function findAllByDatePeriod($period) { //Fetch sessions $ret = $this->getEntityManager() ->createQuery('SELECT s FROM RapsysAirBundle:Session s WHERE s.date BETWEEN :begin AND :end')