You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
public function includeChild(Parent $parent): Item
{
// How can I set `includes` for child transformer here?
// without request param /parent?include=child.*
return $this->item($parent->child, new ChildTransformer());
}
Thank you for your help.
The text was updated successfully, but these errors were encountered:
Hi all.
I have transformer with relation for including
Thank you for your help.
The text was updated successfully, but these errors were encountered: