update bridges with maintainer

This commit is contained in:
Mitsukarenai 2014-05-21 19:15:52 +02:00
parent 6956468b64
commit 7d24be9653
16 changed files with 18 additions and 2 deletions

View file

@ -5,6 +5,7 @@
*
* @name Flickr Explore
* @description Returns the latest interesting images from Flickr
* @maintainer -
*/
class FlickrExploreBridge extends BridgeAbstract{
@ -32,4 +33,4 @@ class FlickrExploreBridge extends BridgeAbstract{
public function getCacheDuration(){
return 21600; // 6 hours
}
}
}