mirror of
https://github.com/wallabag/wallabag.git
synced 2025-08-01 17:38:38 +00:00
Renamed methods
This commit is contained in:
parent
e682a70f88
commit
13a592a128
3 changed files with 4 additions and 4 deletions
|
@ -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')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue