If I create an entry using Entry::make()->data(['parent' => 'some-entry-id'])
how can I update the collection's structure to reflect the parent fields?
Is there a method like Collection::find('products')->refreshStructure()
or something?
If I create an entry using Entry::make()->data(['parent' => 'some-entry-id'])
how can I update the collection's structure to reflect the parent fields?
Is there a method like Collection::find('products')->refreshStructure()
or something?