aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Repository
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/CoreBundle/Repository
parente682a70f88338af66b8d47bfe078e32fd9c6520c (diff)
downloadwallabag-13a592a1288d7deb49211838368583c0109a5fbd.tar.gz
wallabag-13a592a1288d7deb49211838368583c0109a5fbd.tar.zst
wallabag-13a592a1288d7deb49211838368583c0109a5fbd.zip
Renamed methods
Diffstat (limited to 'src/Wallabag/CoreBundle/Repository')
-rw-r--r--src/Wallabag/CoreBundle/Repository/TagRepository.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Wallabag/CoreBundle/Repository/TagRepository.php b/src/Wallabag/CoreBundle/Repository/TagRepository.php
index b78e244e..6c63a6a2 100644
--- a/src/Wallabag/CoreBundle/Repository/TagRepository.php
+++ b/src/Wallabag/CoreBundle/Repository/TagRepository.php
@@ -77,7 +77,7 @@ class TagRepository extends EntityRepository
77 ->getSingleResult(); 77 ->getSingleResult();
78 } 78 }
79 79
80 public function findTagsForArchivedArticles($userId) 80 public function findForArchivedArticlesByUser($userId)
81 { 81 {
82 $ids = $this->createQueryBuilder('t') 82 $ids = $this->createQueryBuilder('t')
83 ->select('t.id') 83 ->select('t.id')