This commit is contained in:
2019-05-30 23:53:18 -05:00
parent 545480056a
commit a914dbc469
2 changed files with 25 additions and 26 deletions

View File

@@ -69,5 +69,8 @@ class ProcessStructureJob implements ShouldQueue
$sHelper = new StructureHelper($this->charId, $this->corpId);
$sHelper->ProcessStructure($this->structure);
//After the job is completed, delete the job
$this->delete();
}
}