mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 05:25:56 +00:00
move common methods to feeditem_common
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<?php
|
||||
class FeedItem {
|
||||
abstract class FeedItem {
|
||||
abstract function get_id();
|
||||
abstract function get_date();
|
||||
abstract function get_link();
|
||||
|
||||
Reference in New Issue
Block a user