aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Repository/EntryRepository.php
diff options
context:
space:
mode:
authorJérémy Benoist <j0k3r@users.noreply.github.com>2017-03-30 16:40:18 +0200
committerGitHub <noreply@github.com>2017-03-30 16:40:18 +0200
commitfa884b30ba0f8cb4231bd37fff23ef2f41ae6cfa (patch)
treed755e95b48baf9b05d717e3aa7f6045b34ef44f9 /src/Wallabag/CoreBundle/Repository/EntryRepository.php
parent5633b32f0a9b4d5e007e7b8b10e92344ba5495e4 (diff)
parent273b6f06584092f3b596406bf4c0d57aa738e8bf (diff)
downloadwallabag-fa884b30ba0f8cb4231bd37fff23ef2f41ae6cfa.tar.gz
wallabag-fa884b30ba0f8cb4231bd37fff23ef2f41ae6cfa.tar.zst
wallabag-fa884b30ba0f8cb4231bd37fff23ef2f41ae6cfa.zip
Merge pull request #3021 from wallabag/rename-method
Rename method
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 4071301d..9325d261 100644
--- a/src/Wallabag/CoreBundle/Repository/EntryRepository.php
+++ b/src/Wallabag/CoreBundle/Repository/EntryRepository.php
@@ -328,7 +328,7 @@ class EntryRepository extends EntityRepository
328 * 328 *
329 * @return int 329 * @return int
330 */ 330 */
331 public function countAllEntriesByUsername($userId) 331 public function countAllEntriesByUser($userId)
332 { 332 {
333 $qb = $this->createQueryBuilder('e') 333 $qb = $this->createQueryBuilder('e')
334 ->select('count(e)') 334 ->select('count(e)')