1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-08-04 23:57:29 +02:00

Updated The getIcon function (markdown)

Eugene Molotov
2020-12-07 21:10:31 +04:00
parent 3119e173cb
commit 6200a126bc

@@ -4,6 +4,6 @@ If no icon is specified by the bridge, RSS-Bridge will use a default location: `
```PHP ```PHP
public function getIcon(){ public function getIcon(){
return self::URI . '/favicon.ico'; return static::URI . '/favicon.ico';
} }
``` ```