mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-03 17:44:48 +02:00
refactor: return proper response object (#4169)
This commit is contained in:
parent
aa3989873c
commit
891c8979a3
28 changed files with 69 additions and 84 deletions
|
@ -68,9 +68,4 @@ class RoadAndTrackBridge extends BridgeAbstract
|
|||
$item['content'] = $content;
|
||||
return $item;
|
||||
}
|
||||
|
||||
private function getArticleContent($article)
|
||||
{
|
||||
return getContents($article->contentUrl);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue