wallabag/src/Entity/RuleInterface.php
2024-02-23 07:42:47 +01:00

8 lines
74 B
PHP

<?php
namespace Wallabag\CoreBundle\Entity;
interface RuleInterface
{
}