aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Entity/RuleInterface.php
blob: 8e9b5c454006c23a8379e8ea7a53d1a7bc9dda58 (plain) (blame)
1
2
3
4
5
6
7
<?php

namespace Wallabag\CoreBundle\Entity;

interface RuleInterface
{
}