mirror of
https://github.com/wallabag/wallabag.git
synced 2025-10-20 19:52:09 +00:00
Renamed methods
This commit is contained in:
parent
e682a70f88
commit
13a592a128
3 changed files with 4 additions and 4 deletions
|
@ -77,7 +77,7 @@ class TagRepository extends EntityRepository
|
|||
->getSingleResult();
|
||||
}
|
||||
|
||||
public function findTagsForArchivedArticles($userId)
|
||||
public function findForArchivedArticlesByUser($userId)
|
||||
{
|
||||
$ids = $this->createQueryBuilder('t')
|
||||
->select('t.id')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue