[Bridge] Change scope of member variable 'inputs'
This commit is contained in:
parent
48db1693a1
commit
41d3aa0695
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,7 @@ abstract class BridgeAbstract implements BridgeInterface {
|
|||
const MAINTAINER = 'No maintainer';
|
||||
const PARAMETERS = array();
|
||||
public $useProxy = true;
|
||||
public $inputs = array();
|
||||
protected $inputs = array();
|
||||
protected $queriedContext='';
|
||||
|
||||
protected function returnError($message, $code){
|
||||
|
|
Loading…
Reference in a new issue