X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=sidebyside;f=src%2FWallabag%2FCoreBundle%2FRepository%2FTagRepository.php;h=afeb985b30c272c9b9f76d84540b15eaf230f172;hb=f2e5fdc3666a2a6525b4202ab48df05efeebaf5c;hp=8d9cf85cef14677ff66077f8b057d62acc257257;hpb=567421af5019bf5937aa2b4214b405d87a1f1f86;p=github%2Fwallabag%2Fwallabag.git diff --git a/src/Wallabag/CoreBundle/Repository/TagRepository.php b/src/Wallabag/CoreBundle/Repository/TagRepository.php index 8d9cf85c..afeb985b 100644 --- a/src/Wallabag/CoreBundle/Repository/TagRepository.php +++ b/src/Wallabag/CoreBundle/Repository/TagRepository.php @@ -57,7 +57,7 @@ class TagRepository extends EntityRepository * * @return Tag */ - public function findOnebyEntryAndLabel($entry, $label) + public function findOneByEntryAndTagLabel($entry, $label) { return $this->createQueryBuilder('t') ->leftJoin('t.entries', 'e')