mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Fixes a bug in the CSV importer.
This commit is contained in:
parent
c4606b1854
commit
2b6a1c9cb1
@ -15,13 +15,13 @@ class Data
|
|||||||
{
|
{
|
||||||
|
|
||||||
/** @var string */
|
/** @var string */
|
||||||
protected $csvFileContent;
|
protected $csvFileContent = '';
|
||||||
/** @var string */
|
/** @var string */
|
||||||
protected $csvFileLocation;
|
protected $csvFileLocation = '';
|
||||||
/** @var string */
|
/** @var string */
|
||||||
protected $dateFormat;
|
protected $dateFormat = '';
|
||||||
/** @var string */
|
/** @var string */
|
||||||
protected $delimiter;
|
protected $delimiter = '';
|
||||||
/** @var bool */
|
/** @var bool */
|
||||||
protected $hasHeaders;
|
protected $hasHeaders;
|
||||||
/** @var int */
|
/** @var int */
|
||||||
|
Loading…
Reference in New Issue
Block a user