forked from wallabag/wallabag
rename getAllEntriesId into findAllEntriesIdByUserId
This commit is contained in:
@ -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');
|
||||
|
||||
Reference in New Issue
Block a user