This commit is contained in:
Frédéric FRANCE 2023-02-22 21:56:09 +01:00 committed by GitHub
parent a17bcd1768
commit 2ae87e95e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,6 +30,11 @@
*/
class CGenericDic
{
/**
* @var DoliDB Database handler.
*/
public $db;
/**
* @var string Id to identify managed objects
*/