]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - src/Wallabag/CoreBundle/Repository/TagRepository.php
Renamed methods
[github/wallabag/wallabag.git] / src / Wallabag / CoreBundle / Repository / TagRepository.php
index b78e244ecda63d1ca8834768f1602cb82cbe3488..6c63a6a2792e8f276d49b098eed055c688834d8e 100644 (file)
@@ -77,7 +77,7 @@ class TagRepository extends EntityRepository
             ->getSingleResult();
     }
 
-    public function findTagsForArchivedArticles($userId)
+    public function findForArchivedArticlesByUser($userId)
     {
         $ids = $this->createQueryBuilder('t')
             ->select('t.id')