Fix issue declare variable
This commit is contained in:
parent
cdcd54e6fe
commit
2468f1c7ca
@ -30,6 +30,11 @@ require_once DOL_DOCUMENT_ROOT.'/core/modules/project/modules_project.php';
|
|||||||
*/
|
*/
|
||||||
class mod_project_universal extends ModeleNumRefProjects
|
class mod_project_universal extends ModeleNumRefProjects
|
||||||
{
|
{
|
||||||
|
/**
|
||||||
|
* @var DoliDB $db
|
||||||
|
*/
|
||||||
|
public $db;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Dolibarr version of the loaded document
|
* Dolibarr version of the loaded document
|
||||||
* @var string
|
* @var string
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user