]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - src/Wallabag/CoreBundle/Repository/EntryRepository.php
rename Entries to Entry
[github/wallabag/wallabag.git] / src / Wallabag / CoreBundle / Repository / EntryRepository.php
similarity index 97%
rename from src/Wallabag/CoreBundle/Repository/EntriesRepository.php
rename to src/Wallabag/CoreBundle/Repository/EntryRepository.php
index 9965317aefd116c74da11fc289f9c64c2807b697..f4c803f991c2e38fb41d510aa5f44ff3e197e1ae 100644 (file)
@@ -5,9 +5,8 @@ namespace Wallabag\CoreBundle\Repository;
 use Doctrine\ORM\Query;
 use Doctrine\ORM\EntityRepository;
 use Doctrine\ORM\Tools\Pagination\Paginator;
-use Wallabag\CoreBundle\Entity\Entries;
 
-class EntriesRepository extends EntityRepository
+class EntryRepository extends EntityRepository
 {
     /**
      * Retrieves unread entries for a user