mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-27 18:10:08 +02:00
bridges: Remove unnecessary functions getName() and getURI()
This commit is contained in:
@@ -328,10 +328,6 @@ class MangareaderBridge extends BridgeAbstract{
|
||||
return (!empty($this->request) ? $this->request . ' - ' : '') . 'Mangareader Bridge';
|
||||
}
|
||||
|
||||
public function getURI(){
|
||||
return 'http://www.mangareader.net';
|
||||
}
|
||||
|
||||
public function getCacheDuration(){
|
||||
return 10800; // 3 hours
|
||||
}
|
||||
|
Reference in New Issue
Block a user