mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-08 17:46:34 +02:00
bridges: Remove unnecessary functions getName() and getURI()
This commit is contained in:
@@ -64,18 +64,6 @@ class DemoBridge extends BridgeAbstract{
|
||||
|
||||
}
|
||||
|
||||
public function getName() {
|
||||
|
||||
return "DemoBridge";
|
||||
|
||||
}
|
||||
|
||||
public function getURI() {
|
||||
|
||||
return "http://github.com/sebsauvage/rss-bridge";
|
||||
|
||||
}
|
||||
|
||||
public function getCacheDuration(){
|
||||
return 00; // 1 hour
|
||||
}
|
||||
|
Reference in New Issue
Block a user