]> git.immae.eu Git - github/wallabag/wallabag.git/blob - src/Wallabag/CoreBundle/Entity/RuleInterface.php
Add IgnoreOriginRule-related entities, db migration, update config
[github/wallabag/wallabag.git] / src / Wallabag / CoreBundle / Entity / RuleInterface.php
1 <?php
2
3 namespace Wallabag\CoreBundle\Entity;
4
5 interface RuleInterface
6 {
7 }