aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Repository/TagRepository.php
diff options
context:
space:
mode:
authorNicolas Hart <contact@nclshart.net>2017-07-29 22:51:50 +0200
committerNicolas Hart <contact@nclshart.net>2017-07-29 22:51:50 +0200
commit52b84c11a5b5474cd45271d937a46c6adfdf2749 (patch)
tree51c1b2d1dc2a133d8223a8df18277540db2023bb /src/Wallabag/CoreBundle/Repository/TagRepository.php
parentd69a66a58e958a5aa426085083bb93637ca3f61f (diff)
downloadwallabag-52b84c11a5b5474cd45271d937a46c6adfdf2749.tar.gz
wallabag-52b84c11a5b5474cd45271d937a46c6adfdf2749.tar.zst
wallabag-52b84c11a5b5474cd45271d937a46c6adfdf2749.zip
Fix some namespaces and phpdoc
Diffstat (limited to 'src/Wallabag/CoreBundle/Repository/TagRepository.php')
-rw-r--r--src/Wallabag/CoreBundle/Repository/TagRepository.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Wallabag/CoreBundle/Repository/TagRepository.php b/src/Wallabag/CoreBundle/Repository/TagRepository.php
index 6c63a6a2..213283e5 100644
--- a/src/Wallabag/CoreBundle/Repository/TagRepository.php
+++ b/src/Wallabag/CoreBundle/Repository/TagRepository.php
@@ -3,6 +3,7 @@
3namespace Wallabag\CoreBundle\Repository; 3namespace Wallabag\CoreBundle\Repository;
4 4
5use Doctrine\ORM\EntityRepository; 5use Doctrine\ORM\EntityRepository;
6use Wallabag\CoreBundle\Entity\Tag;
6 7
7class TagRepository extends EntityRepository 8class TagRepository extends EntityRepository
8{ 9{