Some last minute updates.

This commit is contained in:
James Cole
2018-07-02 20:17:50 +02:00
parent 2e67bd3b78
commit 54afc6ca8c
7 changed files with 64 additions and 121 deletions

View File

@@ -101,7 +101,6 @@ class SpectreRoutine implements RoutineInterface
$handler = app(StageImportDataHandler::class);
$handler->setImportJob($this->importJob);
$handler->run();
// todo apply rules.
$this->repository->setStatus($this->importJob, 'provider_finished');
$this->repository->setStage($this->importJob, 'final');
}