Memory optimised, connect journal to tag.

This commit is contained in:
James Cole
2017-07-15 10:43:22 +02:00
parent 0c6c4d5959
commit c03ab269f0
2 changed files with 21 additions and 9 deletions

View File

@@ -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(