mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-04-22 22:46:53 +00:00
Update BridgeAbstract.php
This commit is contained in:
parent
84fe4f6b40
commit
1dbf8b2360
@ -16,7 +16,7 @@ abstract class BridgeAbstract implements BridgeInterface {
|
||||
protected $inputs = array();
|
||||
protected $queriedContext = '';
|
||||
|
||||
/**
|
||||
/**
|
||||
* Return cachable datas (extrainfos and items) stored in the bridge
|
||||
* @return mixed
|
||||
*/
|
||||
@ -217,7 +217,7 @@ abstract class BridgeAbstract implements BridgeInterface {
|
||||
$extraInfos['uri']= $this->getURI();
|
||||
return $extraInfos;
|
||||
}
|
||||
|
||||
|
||||
public function setCache(\CacheInterface $cache){
|
||||
$this->cache = $cache;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user