This website requires JavaScript.
Explore
Help
Sign In
pierre
/
wallabag
Watch
1
Star
0
Fork
0
You've already forked wallabag
forked from
wallabag/wallabag
Code
Issues
Pull Requests
Packages
Projects
Releases
1
Wiki
Activity
Files
366adf0770da4b62cfa9155b0b5290baa8c46ca6
wallabag
/
src
/
Entity
/
RuleInterface.php
8 lines
63 B
PHP
Raw
Normal View
History
Unescape
Escape
Add IgnoreOriginRule-related entities, db migration, update config Add IgnoreOriginUserRule for user-defined rules and IgnoreOriginInstanceRule for system-wide rules. Add an interface for these two new entities. Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
2019-06-23 22:13:06 +02:00
<
?
php
Remove the CoreBundle namespace
2024-02-19 01:30:12 +01:00
namespace
Wallabag\Entity
;
Add IgnoreOriginRule-related entities, db migration, update config Add IgnoreOriginUserRule for user-defined rules and IgnoreOriginInstanceRule for system-wide rules. Add an interface for these two new entities. Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
2019-06-23 22:13:06 +02:00
interface
RuleInterface
{
}
Reference in New Issue
Copy Permalink