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

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