This commit is contained in:
2019-05-30 23:39:33 -05:00
parent 1a2c0419d8
commit 3ef3b12197

View File

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