Merge pull request #24308 from frederic34/patch-10

Doc
This commit is contained in:
Laurent Destailleur 2023-03-22 15:32:02 +01:00 committed by GitHub
commit f1a575090c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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
*