mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-04-05 00:59:35 +00:00
[lib/Bridge] Remove loadMetadatas from BridgeAbstract
This method MUST be implemented by the bridges.
This commit is contained in:
parent
62c77384ec
commit
7d073b3e96
@ -23,14 +23,6 @@ abstract class BridgeAbstract implements BridgeInterface{
|
||||
public $maintainer = 'No maintainer';
|
||||
public $parameters = array();
|
||||
|
||||
/**
|
||||
* Loads the Bridge Metadatas
|
||||
*/
|
||||
public function loadMetadatas() {
|
||||
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
* Launch probative exception
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user