aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Repository/TaggingRuleRepository.php
blob: de380738889cb9d651e3aa5db814072384cedba6 (plain) (blame)
1
2
3
4
5
6
7
8
9
<?php

namespace Wallabag\CoreBundle\Repository;

use Doctrine\ORM\EntityRepository;

class TaggingRuleRepository extends EntityRepository
{
}