1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-10-20 19:52:09 +00:00

rename getAllEntriesId into findAllEntriesIdByUserId

This commit is contained in:
Nicolas Hart 2017-08-21 18:19:42 +02:00
parent 511f1ce1e8
commit 215409a8b2
2 changed files with 2 additions and 2 deletions

View file

@ -369,7 +369,7 @@ class EntryRepository extends EntityRepository
*
* @return array
*/
public function getAllEntriesId($userId = null)
public function findAllEntriesIdByUserId($userId = null)
{
$qb = $this->createQueryBuilder('e')
->select('e.id');