testing
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user