Merge pull request #14672 from ATM-Nicolas/fix_api_static_property
FIX : Static property called as non static
This commit is contained in:
commit
b517050e17
@ -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