aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/AnnotationBundle
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2017-03-31 17:03:08 +0200
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2017-03-31 17:03:08 +0200
commit13a592a1288d7deb49211838368583c0109a5fbd (patch)
tree62dc0812bc74e08f6fec9962bb62748e95e08aae /src/Wallabag/AnnotationBundle
parente682a70f88338af66b8d47bfe078e32fd9c6520c (diff)
downloadwallabag-13a592a1288d7deb49211838368583c0109a5fbd.tar.gz
wallabag-13a592a1288d7deb49211838368583c0109a5fbd.tar.zst
wallabag-13a592a1288d7deb49211838368583c0109a5fbd.zip
Renamed methods
Diffstat (limited to 'src/Wallabag/AnnotationBundle')
-rw-r--r--src/Wallabag/AnnotationBundle/Repository/AnnotationRepository.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Wallabag/AnnotationBundle/Repository/AnnotationRepository.php b/src/Wallabag/AnnotationBundle/Repository/AnnotationRepository.php
index 3af53805..da361308 100644
--- a/src/Wallabag/AnnotationBundle/Repository/AnnotationRepository.php
+++ b/src/Wallabag/AnnotationBundle/Repository/AnnotationRepository.php
@@ -130,7 +130,7 @@ class AnnotationRepository extends EntityRepository
130 * 130 *
131 * @return mixed 131 * @return mixed
132 */ 132 */
133 public function findAllByArchivedEntriesAndUserId($userId) 133 public function findAllArchivedEntriesByUser($userId)
134 { 134 {
135 return $this->createQueryBuilder('a') 135 return $this->createQueryBuilder('a')
136 ->leftJoin('a.entry', 'e') 136 ->leftJoin('a.entry', 'e')