forked from wallabag/wallabag
Renamed methods
This commit is contained in:
@ -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')
|
||||
|
||||
Reference in New Issue
Block a user