mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Some cleaning up [skip ci]
This commit is contained in:
@@ -62,6 +62,7 @@ class CsvExporter extends BasicExporter implements ExporterInterface
|
||||
$rows = [];
|
||||
|
||||
// add header:
|
||||
/** @var Entry $first */
|
||||
$first = $this->getEntries()->first();
|
||||
$rows[] = array_keys(get_object_vars($first));
|
||||
|
||||
|
Reference in New Issue
Block a user