mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-26 19:11:07 +00:00
Add missing tagging rule repository
This commit is contained in:
parent
f19f9f62d1
commit
9cbb404b4a
1 changed files with 9 additions and 0 deletions
|
@ -0,0 +1,9 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
namespace Wallabag\CoreBundle\Repository;
|
||||||
|
|
||||||
|
use Doctrine\ORM\EntityRepository;
|
||||||
|
|
||||||
|
class TaggingRuleRepository extends EntityRepository
|
||||||
|
{
|
||||||
|
}
|
Loading…
Reference in a new issue