This commit is contained in:
Frédéric FRANCE 2023-03-22 00:13:21 +01:00 committed by Laurent Destailleur
parent c6067d34c9
commit 344b165acc

View File

@ -20,6 +20,11 @@
*/
class BlockedLogAuthority
{
/**
* DoliDB
* @var DoliDB
*/
public $db;
/**
* Id of the log
@ -45,6 +50,12 @@ class BlockedLogAuthority
*/
public $tms = 0;
/**
* Error message
* @var string
*/
public $error;
/**
* Constructor
*