Renamed methods

This commit is contained in:
Nicolas Lœuillet
2017-03-31 17:03:08 +02:00
parent e682a70f88
commit 13a592a128
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')