]> Raphaël G. Git Repositories - airbundle/commitdiff
Fix naming
authorRaphaël Gertz <git@rapsys.eu>
Wed, 11 Dec 2019 04:17:48 +0000 (05:17 +0100)
committerRaphaël Gertz <git@rapsys.eu>
Wed, 11 Dec 2019 04:17:48 +0000 (05:17 +0100)
Repository/SessionRepository.php

index e295bfded1b385eed056d28c74c63b8f2a053447..9ffaf023e36ba8307942d0364cc92b4bfad051f4 100644 (file)
@@ -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')