FIX : Static property called as non static
This commit is contained in:
parent
b0a15f958f
commit
6bd6b285fd
@ -32,7 +32,7 @@ class DolibarrApi
|
||||
/**
|
||||
* @var DoliDb $db Database object
|
||||
*/
|
||||
protected static $db;
|
||||
protected $db;
|
||||
|
||||
/**
|
||||
* @var Restler $r Restler object
|
||||
|
||||
Loading…
Reference in New Issue
Block a user