mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-11 11:04:36 +02:00
bridges: Remove unnecessary functions getName() and getURI()
This commit is contained in:
@@ -71,14 +71,6 @@ class UnsplashBridge extends BridgeAbstract {
|
||||
}
|
||||
}
|
||||
|
||||
public function getName(){
|
||||
return 'Unsplash';
|
||||
}
|
||||
|
||||
public function getURI(){
|
||||
return 'http://unsplash.com';
|
||||
}
|
||||
|
||||
public function getCacheDuration(){
|
||||
return 43200; // 12 hours
|
||||
}
|
||||
|
Reference in New Issue
Block a user