diff options
Diffstat (limited to 'src/Wallabag/AnnotationBundle')
-rw-r--r-- | src/Wallabag/AnnotationBundle/Repository/AnnotationRepository.php | 2 |
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') |