Merge pull request #14672 from ATM-Nicolas/fix_api_static_property

FIX : Static property called as non static
This commit is contained in:
Laurent Destailleur 2020-09-09 14:55:22 +02:00 committed by GitHub
commit b517050e17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,7 +32,7 @@ class DolibarrApi
/**
* @var DoliDb $db Database object
*/
protected static $db;
protected $db;
/**
* @var Restler $r Restler object