forked from wallabag/wallabag
Add missing tagging rule repository
This commit is contained in:
@ -0,0 +1,9 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
namespace Wallabag\CoreBundle\Repository;
|
||||||
|
|
||||||
|
use Doctrine\ORM\EntityRepository;
|
||||||
|
|
||||||
|
class TaggingRuleRepository extends EntityRepository
|
||||||
|
{
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user