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

View File

@ -61,6 +61,11 @@ require_once DOL_DOCUMENT_ROOT.'/core/lib/format_cards.lib.php';
*/
abstract class CommonStickerGenerator
{
/**
* @var DoliDB Database handler.
*/
public $db;
public $code; // Code of format
/**