mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-30 14:49:53 +02:00
[BridgeAbstract] Remove $this->update
parent
fdd2fa34d4
commit
19243279c9
1 changed files with 0 additions and 2 deletions
|
@ -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){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue