mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-19 19:01:58 +00:00
Fixes a bug in the CSV importer.
This commit is contained in:
@@ -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 */
|
||||||
|
Reference in New Issue
Block a user