FIX scrutinizer
https://scrutinizer-ci.com/g/Dolibarr/dolibarr/issues/develop/files/htdocs/categories/class/api_categories.class.php?orderField=path&order=asc&honorSelectedPaths=0
This commit is contained in:
parent
fe0bbbb626
commit
b21facc3db
@ -256,8 +256,14 @@ class Categorie extends CommonObject
|
||||
/**
|
||||
* @var array Mother of table
|
||||
*/
|
||||
public $motherof = array();
|
||||
public $motherof = array();
|
||||
|
||||
/**
|
||||
* @var array Childs
|
||||
*/
|
||||
public $childs = array();
|
||||
|
||||
|
||||
/**
|
||||
* Constructor
|
||||
*
|
||||
|
||||
Loading…
Reference in New Issue
Block a user