mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-03-07 08:35:57 +03:00
Updated The getIcon function (markdown)
parent
3119e173cb
commit
6200a126bc
1 changed files with 1 additions and 1 deletions
|
@ -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';
|
||||
}
|
||||
```
|
Loading…
Add table
Reference in a new issue