mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-05 16:17:28 +02:00
bridges: Remove unnecessary functions getName() and getURI()
This commit is contained in:
@@ -53,14 +53,6 @@ class GithubIssueBridge extends BridgeAbstract{
|
||||
}
|
||||
}
|
||||
|
||||
public function getName(){
|
||||
return 'Github Issue';
|
||||
}
|
||||
|
||||
public function getURI(){
|
||||
return '';
|
||||
}
|
||||
|
||||
public function getCacheDuration(){
|
||||
return 600; // ten minutes
|
||||
}
|
||||
|
Reference in New Issue
Block a user