Difficulty merging structures into a collection

Not sure why, but you could do it like tthis instead:

 $structure->add($people);
 $structure->add($subjects);

without loops and keys.

1 Like