mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-03 03:00:14 +00:00
Remove unused imports.
This commit is contained in:
@@ -64,6 +64,7 @@ class CSVProcessor implements FileProcessorInterface
|
||||
// validate mapped values:
|
||||
/** @var MappedValuesValidator $validator */
|
||||
$validator = app(MappedValuesValidator::class);
|
||||
$validator->setImportJob($this->importJob);
|
||||
$mappedValues = $validator->validate($mappingConverger->getMappedValues());
|
||||
|
||||
// make import transaction things from these objects.
|
||||
|
Reference in New Issue
Block a user