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