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

namespace Wallabag\CoreBundle\Repository;

use Doctrine\ORM\EntityRepository;

class IgnoreOriginUserRuleRepository extends EntityRepository
{
}