forked from wallabag/wallabag
Renamed methods
This commit is contained in:
@ -77,7 +77,7 @@ class TagRepository extends EntityRepository
|
||||
->getSingleResult();
|
||||
}
|
||||
|
||||
public function findTagsForArchivedArticles($userId)
|
||||
public function findForArchivedArticlesByUser($userId)
|
||||
{
|
||||
$ids = $this->createQueryBuilder('t')
|
||||
->select('t.id')
|
||||
|
||||
Reference in New Issue
Block a user