1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-10-20 19:52:09 +00:00

Renamed methods

This commit is contained in:
Nicolas Lœuillet 2017-03-31 17:03:08 +02:00
parent e682a70f88
commit 13a592a128
No known key found for this signature in database
GPG key ID: BDC1EFB5CA0145F2
3 changed files with 4 additions and 4 deletions

View 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')