fix : The property other does not seem to exist on AdherentType.

This commit is contained in:
Philippe GRAND 2022-05-20 15:48:25 +02:00
parent fe0bbbb626
commit 61d9e48821

View File

@ -120,6 +120,9 @@ class AdherentType extends CommonObject
/** @var array Array of members */
public $members = array();
/** @var string */
public $other;
public $multilangs = array();