mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-16 23:41:29 +02:00
[BridgeAbstract] Correct getIcon method
This commit is contained in:
parent
56eb829a66
commit
fc81bed717
1 changed files with 1 additions and 1 deletions
|
@ -268,7 +268,7 @@ abstract class BridgeAbstract implements BridgeInterface {
|
||||||
|
|
||||||
/** {@inheritdoc} */
|
/** {@inheritdoc} */
|
||||||
public function getIcon(){
|
public function getIcon(){
|
||||||
return '';
|
return static::URI . '/favicon.ico';
|
||||||
}
|
}
|
||||||
|
|
||||||
/** {@inheritdoc} */
|
/** {@inheritdoc} */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue