Update export_csv.modules.php

This commit is contained in:
Frédéric FRANCE 2019-04-20 11:42:25 +02:00 committed by GitHub
parent a0ce52bb23
commit 53c851de7b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,7 +33,7 @@ set_time_limit(0);
class ExportCsv extends ModeleExports
{
/**
* @var int ID
* @var string ID ex: csv, tsv, excel...
*/
public $id;