mirror of
https://github.com/wallabag/wallabag.git
synced 2025-10-10 19:32:07 +00:00
Rename getEntriesByUser method to getEntriesByUserId
This commit is contained in:
parent
12c697562e
commit
d9926005b1
3 changed files with 3 additions and 3 deletions
|
@ -118,7 +118,7 @@ class Tag
|
|||
return $this->entries;
|
||||
}
|
||||
|
||||
public function getEntriesByUser($userId)
|
||||
public function getEntriesByUserId($userId)
|
||||
{
|
||||
$filteredEntries = new ArrayCollection();
|
||||
foreach ($this->entries as $entry) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue