Rapsys Git
/
airbundle
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e6039e8
)
Fix naming
author
Raphaël Gertz
<git@rapsys.eu>
Wed, 11 Dec 2019 04:17:48 +0000
(
05:17
+0100)
committer
Raphaël Gertz
<git@rapsys.eu>
Wed, 11 Dec 2019 04:17:48 +0000
(
05:17
+0100)
Repository/SessionRepository.php
patch
|
blob
|
history
diff --git
a/Repository/SessionRepository.php
b/Repository/SessionRepository.php
index e295bfded1b385eed056d28c74c63b8f2a053447..9ffaf023e36ba8307942d0364cc92b4bfad051f4 100644
(file)
--- 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 find
All
ByDatePeriod($period) {
//Fetch sessions
$ret = $this->getEntityManager()
->createQuery('SELECT s FROM RapsysAirBundle:Session s WHERE s.date BETWEEN :begin AND :end')