forked from wallabag/wallabag
8 lines
74 B
PHP
8 lines
74 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
namespace Wallabag\CoreBundle\Entity;
|
||
|
|
|
||
|
|
interface RuleInterface
|
||
|
|
{
|
||
|
|
}
|