mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-06 08:37:30 +02:00
refactor: format rendering (#4229)
This commit is contained in:
@@ -23,7 +23,7 @@ class JsonFormat extends FormatAbstract
|
||||
'uid',
|
||||
];
|
||||
|
||||
public function stringify()
|
||||
public function render(): string
|
||||
{
|
||||
$feedArray = $this->getFeed();
|
||||
|
||||
|
Reference in New Issue
Block a user