This commit is contained in:
James Cole
2017-06-09 11:52:20 +02:00
parent 762d7bcc34
commit 1f9b7faa60
2 changed files with 14 additions and 9 deletions

View File

@@ -16,12 +16,15 @@ use FireflyIII\Exceptions\FireflyException;
use FireflyIII\Import\Mapper\MapperInterface;
use FireflyIII\Import\MapperPreProcess\PreProcessorInterface;
use FireflyIII\Import\Specifics\SpecificInterface;
use FireflyIII\Models\ImportJob;
use League\Csv\Reader;
use Log;
/**
* Trait CsvImportSupportTrait
*
* @property ImportJob $job
*
* @package FireflyIII\Support\Import
*/
trait CsvImportSupportTrait