Update adherentstats.class.php

This commit is contained in:
Philippe Grand 2018-08-22 22:35:04 +02:00 committed by GitHub
parent ec8422af73
commit 92cb9c4204
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,9 +33,9 @@ include_once DOL_DOCUMENT_ROOT . '/adherents/class/subscription.class.php';
class AdherentStats extends Stats
{
/**
* @var string Name of table without prefix where object is stored
*/
public $table_element;
* @var string Name of table without prefix where object is stored
*/
public $table_element;
var $socid;
var $userid;