mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-02 22:57:26 +02:00
[BridgeAbstract] Correct getIcon method
This commit is contained in:
@@ -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} */
|
||||||
|
Reference in New Issue
Block a user