Norbert Penel 2022-05-20 19:32:27 +02:00 committed by GitHub
parent fe0bbbb626
commit b21facc3db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
*