From 19243279c9dda50b5fbe4fbaefc156f58f2eff38 Mon Sep 17 00:00:00 2001 From: LogMANOriginal Date: Mon, 22 Aug 2016 19:21:11 +0200 Subject: [PATCH] [BridgeAbstract] Remove $this->update --- BridgeAbstract.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/BridgeAbstract.md b/BridgeAbstract.md index 69a5685..0f00acd 100644 --- a/BridgeAbstract.md +++ b/BridgeAbstract.md @@ -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){