fix missing var definition

This commit is contained in:
John BOTELLA 2021-12-28 19:36:44 +01:00
parent 5449d57d26
commit 0f587a37e2

View File

@ -348,8 +348,10 @@ class DolibarrModules // Can not be abstract, because we need to instantiate it
*/
public $hidden = false;
/**
* @var string url to check for module update
*/
public $url_last_version;
/**