mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-15 08:35:00 +00:00
Start processing files.
This commit is contained in:
@@ -58,11 +58,10 @@ class FileRoutine implements RoutineInterface
|
||||
case 'ready_to_run':
|
||||
// get processor, depending on file type
|
||||
// is just CSV for now.
|
||||
|
||||
$processor = $this->getProcessor();
|
||||
$processor->setJob($this->importJob);
|
||||
$transactions = $processor->run();
|
||||
|
||||
|
||||
// make processor run.
|
||||
// then done!
|
||||
// move to status 'processor_finished'.
|
||||
|
Reference in New Issue
Block a user