aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Repository/EntryRepository.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/Wallabag/CoreBundle/Repository/EntryRepository.php')
-rw-r--r--src/Wallabag/CoreBundle/Repository/EntryRepository.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Wallabag/CoreBundle/Repository/EntryRepository.php b/src/Wallabag/CoreBundle/Repository/EntryRepository.php
index 9a30cd79..febc86d3 100644
--- a/src/Wallabag/CoreBundle/Repository/EntryRepository.php
+++ b/src/Wallabag/CoreBundle/Repository/EntryRepository.php
@@ -369,7 +369,7 @@ class EntryRepository extends EntityRepository
369 * 369 *
370 * @return array 370 * @return array
371 */ 371 */
372 public function getAllEntriesId($userId = null) 372 public function findAllEntriesIdByUserId($userId = null)
373 { 373 {
374 $qb = $this->createQueryBuilder('e') 374 $qb = $this->createQueryBuilder('e')
375 ->select('e.id'); 375 ->select('e.id');