mirror of
https://github.com/wallabag/wallabag.git
synced 2025-10-20 19:52:09 +00:00
rename getAllEntriesIdAndUrl into findAllEntriesIdAndUrlByUserId
This commit is contained in:
parent
215409a8b2
commit
dbf1188c5b
2 changed files with 2 additions and 2 deletions
|
@ -355,7 +355,7 @@ class EntryRepository extends EntityRepository
|
|||
* Get id and url from all entries
|
||||
* Used for the clean-duplicates command.
|
||||
*/
|
||||
public function getAllEntriesIdAndUrl($userId)
|
||||
public function findAllEntriesIdAndUrlByUserId($userId)
|
||||
{
|
||||
$qb = $this->createQueryBuilder('e')
|
||||
->select('e.id, e.url')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue