forked from wallabag/wallabag
Move source files directly under src/ directory
This commit is contained in:
12
src/Entity/IgnoreOriginRuleInterface.php
Normal file
12
src/Entity/IgnoreOriginRuleInterface.php
Normal file
@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
namespace Wallabag\CoreBundle\Entity;
|
||||
|
||||
interface IgnoreOriginRuleInterface
|
||||
{
|
||||
public function getId();
|
||||
|
||||
public function setRule(string $rule);
|
||||
|
||||
public function getRule();
|
||||
}
|
||||
Reference in New Issue
Block a user