forked from wallabag/wallabag
Rename method from *username to *user
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
@ -328,7 +328,7 @@ class EntryRepository extends EntityRepository
|
||||
*
|
||||
* @return int
|
||||
*/
|
||||
public function countAllEntriesByUsername($userId)
|
||||
public function countAllEntriesByUser($userId)
|
||||
{
|
||||
$qb = $this->createQueryBuilder('e')
|
||||
->select('count(e)')
|
||||
|
||||
Reference in New Issue
Block a user