Update adherent.class.php

This commit is contained in:
Philippe Grand 2019-03-18 12:25:35 +01:00 committed by GitHub
parent 2a91629e57
commit 4935aa2fe4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -179,14 +179,14 @@ class Adherent extends CommonObject
/** /**
* Date creation record (datec) * Date creation record (datec)
* *
* @var DateTime * @var integer
*/ */
public $datec; public $datec;
/** /**
* Date modification record (tms) * Date modification record (tms)
* *
* @var DateTime * @var integer
*/ */
public $datem; public $datem;