]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Add missing tagging rule repository
authorKévin Gomez <contact@kevingomez.fr>
Sun, 11 Oct 2015 15:37:05 +0000 (17:37 +0200)
committerKévin Gomez <contact@kevingomez.fr>
Wed, 11 Nov 2015 15:23:49 +0000 (16:23 +0100)
src/Wallabag/CoreBundle/Repository/TaggingRuleRepository.php [new file with mode: 0644]

diff --git a/src/Wallabag/CoreBundle/Repository/TaggingRuleRepository.php b/src/Wallabag/CoreBundle/Repository/TaggingRuleRepository.php
new file mode 100644 (file)
index 0000000..de38073
--- /dev/null
@@ -0,0 +1,9 @@
+<?php
+
+namespace Wallabag\CoreBundle\Repository;
+
+use Doctrine\ORM\EntityRepository;
+
+class TaggingRuleRepository extends EntityRepository
+{
+}