-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Assuming you want to unsure some relationship are always include in particular cases, independently than what the consumer ask on include get parameter
i would like to have something like this
public function store(ImportRequest $request): ClientResource
{
return ClientResource::make($client)->withRelationships([
// some.nested.relation
]);
}
Metadata
Metadata
Assignees
Labels
No labels