1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-08-01 17:38:38 +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

@ -130,7 +130,7 @@ class AnnotationRepository extends EntityRepository
*
* @return mixed
*/
public function findAllByArchivedEntriesAndUserId($userId)
public function findAllArchivedEntriesByUser($userId)
{
return $this->createQueryBuilder('a')
->leftJoin('a.entry', 'e')