mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-19 10:53:31 +00:00
Memory optimised, connect journal to tag.
This commit is contained in:
@@ -116,8 +116,9 @@ class ImportStorage
|
||||
Log::error(sprintf('Cannot import row #%d because: %s', $index, $e->getMessage()));
|
||||
}
|
||||
}
|
||||
Log::info('ImportStorage has finished.');
|
||||
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -383,7 +384,6 @@ class ImportStorage
|
||||
// run rules:
|
||||
$this->applyRules($journal);
|
||||
$this->job->addStepsDone(1);
|
||||
|
||||
$this->journals->push($journal);
|
||||
|
||||
Log::info(
|
||||
|
Reference in New Issue
Block a user