fix issue in with addin version attribute module_project

This commit is contained in:
Lamrani Abdel 2022-11-10 14:15:21 +01:00
parent cdcd54e6fe
commit 33c0cfcbf3

View File

@ -127,6 +127,11 @@ abstract class ModeleNumRefProjects
*/
public $error = '';
/**
* @var string $version
*/
public $version;
/**
* Return if a module can be used or not
*