mirror of
https://github.com/wallabag/wallabag.git
synced 2025-01-31 07:47:28 +01:00
Add missing tagging rule repository
This commit is contained in:
parent
f19f9f62d1
commit
9cbb404b4a
@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
namespace Wallabag\CoreBundle\Repository;
|
||||
|
||||
use Doctrine\ORM\EntityRepository;
|
||||
|
||||
class TaggingRuleRepository extends EntityRepository
|
||||
{
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user