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

8 lines
63 B
PHP

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