This commit is contained in:
2019-05-30 23:38:47 -05:00
parent 7e90cfd4fd
commit 1a2c0419d8

View File

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