mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-04 15:47:32 +02:00
Updated The getIcon function (markdown)
@@ -4,6 +4,6 @@ If no icon is specified by the bridge, RSS-Bridge will use a default location: `
|
||||
|
||||
```PHP
|
||||
public function getIcon(){
|
||||
return self::URI . '/favicon.ico';
|
||||
return static::URI . '/favicon.ico';
|
||||
}
|
||||
```
|
Reference in New Issue
Block a user