This commit is contained in:
2019-05-30 23:30:46 -05:00
parent e5247170aa
commit 586f2795e3

View File

@@ -117,6 +117,7 @@ class GetStructuresCommand extends Command
$totalPages = $structures->pages;
}
dd($structures);
//For each structure we retrieve dispatch a job to process it.
foreach($structures as $structure) {
$job = new JobProcessStructure;