mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-03 23:27:32 +02:00
[BridgeAbstract] Remove $this->update
@@ -23,7 +23,6 @@ $this->maintainer // Name of the maintainer
|
||||
$this->name // Name of the bridge
|
||||
$this->uri // URI to the target website of the bridge ("http://....")
|
||||
$this->description // A brief description of the bridge
|
||||
$this->update // Date of last change in format "yyyy-mm-dd"
|
||||
$this->parameters // (optional) Definition of additional parameters
|
||||
```
|
||||
|
||||
@@ -240,7 +239,6 @@ class MySiteBridge extends BridgeAbstract{
|
||||
$this->uri = '';
|
||||
$this->description = 'No description provided';
|
||||
$this->parameters = array();
|
||||
$this->update = ``;
|
||||
}
|
||||
|
||||
public function collectData(array $params){
|
||||
|
Reference in New Issue
Block a user