Avoid duplicate declaration

This commit is contained in:
Laurent Destailleur 2021-04-28 20:59:21 +02:00
parent b459dbe7d8
commit 887bce8235

View File

@ -204,12 +204,11 @@ class Adherent extends CommonObject
*/
public $morphy;
/**
* @var int Info can be public
*/
public $public;
// -2:excluded, -1:draft, 0:resiliated, >=1:valided,payed
// def in common object
public $statut; // TODO modify to set statut as deprecated
/**
* @var string photo of member
*/