mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-08 09:36:39 +02:00
Normalize some method calls (#2911)
The methods were called as static even though they were not.
This commit is contained in:
@@ -53,7 +53,7 @@ class RobinhoodSnacksBridge extends BridgeAbstract
|
||||
'uri' => $uri,
|
||||
'title' => $title,
|
||||
'timestamp' => $timestamp,
|
||||
'content' => self::getArticleContent($uri)
|
||||
'content' => $this->getArticleContent($uri)
|
||||
];
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user