]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - src/Wallabag/CoreBundle/Command/ReloadEntryCommand.php
rename getAllEntriesId into findAllEntriesIdByUserId
[github/wallabag/wallabag.git] / src / Wallabag / CoreBundle / Command / ReloadEntryCommand.php
index 8388722456af23300a933d79b2490fbeda6a6e2a..91998841cce246523ce672fe23d0d41a639637e0 100644 (file)
@@ -41,7 +41,7 @@ class ReloadEntryCommand extends ContainerAwareCommand
         }
 
         $entryRepository = $this->getContainer()->get('wallabag_core.entry_repository');
-        $entryIds = $entryRepository->getAllEntriesId($userId);
+        $entryIds = $entryRepository->findAllEntriesIdByUserId($userId);
 
         $nbEntries = count($entryIds);
         if (!$nbEntries) {