Add missing tagging rule repository

This commit is contained in:
Kévin Gomez 2015-10-11 17:37:05 +02:00
parent f19f9f62d1
commit 9cbb404b4a

View file

@ -0,0 +1,9 @@
<?php
namespace Wallabag\CoreBundle\Repository;
use Doctrine\ORM\EntityRepository;
class TaggingRuleRepository extends EntityRepository
{
}