mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-04-05 17:19:37 +00:00
[BridgeAbstract] Correct getIcon method
This commit is contained in:
parent
56eb829a66
commit
fc81bed717
@ -268,7 +268,7 @@ abstract class BridgeAbstract implements BridgeInterface {
|
||||
|
||||
/** {@inheritdoc} */
|
||||
public function getIcon(){
|
||||
return '';
|
||||
return static::URI . '/favicon.ico';
|
||||
}
|
||||
|
||||
/** {@inheritdoc} */
|
||||
|
Loading…
Reference in New Issue
Block a user