This commit is contained in:
Frédéric FRANCE 2023-02-20 22:01:57 +01:00 committed by GitHub
parent 8e98e506f0
commit a6e284ec99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,6 +38,11 @@ class AccountancySystem
*/
public $error = '';
/**
* @var string[] Array of Errors code (or messages)
*/
public $errors = array();
/**
* @var int ID
*/