aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Repository
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2015-02-06 07:45:32 +0100
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2015-02-06 07:45:32 +0100
commitbe463487cc195026b11e92f1d6d6276f5851b97e (patch)
tree5d5bd15db7ae19994da55574ade821acdc115c36 /src/Wallabag/CoreBundle/Repository
parent905ae369bd0238cc24c3c4e0ac60d578d30b54bb (diff)
downloadwallabag-be463487cc195026b11e92f1d6d6276f5851b97e.tar.gz
wallabag-be463487cc195026b11e92f1d6d6276f5851b97e.tar.zst
wallabag-be463487cc195026b11e92f1d6d6276f5851b97e.zip
rename Entries to Entry
Diffstat (limited to 'src/Wallabag/CoreBundle/Repository')
-rw-r--r--src/Wallabag/CoreBundle/Repository/EntryRepository.php (renamed from src/Wallabag/CoreBundle/Repository/EntriesRepository.php)3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Wallabag/CoreBundle/Repository/EntriesRepository.php b/src/Wallabag/CoreBundle/Repository/EntryRepository.php
index 9965317a..f4c803f9 100644
--- a/src/Wallabag/CoreBundle/Repository/EntriesRepository.php
+++ b/src/Wallabag/CoreBundle/Repository/EntryRepository.php
@@ -5,9 +5,8 @@ namespace Wallabag\CoreBundle\Repository;
5use Doctrine\ORM\Query; 5use Doctrine\ORM\Query;
6use Doctrine\ORM\EntityRepository; 6use Doctrine\ORM\EntityRepository;
7use Doctrine\ORM\Tools\Pagination\Paginator; 7use Doctrine\ORM\Tools\Pagination\Paginator;
8use Wallabag\CoreBundle\Entity\Entries;
9 8
10class EntriesRepository extends EntityRepository 9class EntryRepository extends EntityRepository
11{ 10{
12 /** 11 /**
13 * Retrieves unread entries for a user 12 * Retrieves unread entries for a user