This commit is contained in:
2019-05-30 02:51:08 -05:00
parent 82c9f6d762
commit 39919f5045
2 changed files with 20 additions and 10 deletions

View File

@@ -66,8 +66,8 @@ class ProcessStructureJob implements ShouldQueue
*/
public function handle()
{
$sHelper = new StructureHelper;
$sHelper = new StructureHelper($this->charId, $this->corpId, $this->page);
$sHelper->Start($this->charId, $this->corpId, $this->page);
$sHelper->Start();
}
}