fix warnings
This commit is contained in:
parent
144b6cd29e
commit
64a59b3a4b
@ -219,6 +219,19 @@ class DolibarrModules // Can not be abstract, because we need to instantiate it
|
|||||||
*/
|
*/
|
||||||
public $descriptionlong;
|
public $descriptionlong;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* dictionaries
|
||||||
|
*
|
||||||
|
* @var array
|
||||||
|
*/
|
||||||
|
public $dictionaries;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* tabs
|
||||||
|
*
|
||||||
|
* @var array
|
||||||
|
*/
|
||||||
|
public $tabs;
|
||||||
|
|
||||||
// For exports
|
// For exports
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user