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
Btw; I have 2 models that related to each other with custom resourcekey, but I cannot have my custom resourcekey for the related model. What I've got is what I've define in the transformer ($load) as the resourcekey not the custom resourcekey that I already defined in getResourceKey() of the models.
Is there a way to use the getResourceKey() as the custom resourcekey on the relational ?
The text was updated successfully, but these errors were encountered:
Hi @wukongrita, thanks for the kind words. Do I understand you correctly in that you rather have the getResourceKey take precedence over the keys in the $load property?
Hi @Flugger, this is an awesome project!
Btw; I have 2 models that related to each other with custom resourcekey, but I cannot have my custom resourcekey for the related model. What I've got is what I've define in the transformer (
$load
) as the resourcekey not the custom resourcekey that I already defined ingetResourceKey()
of the models.Is there a way to use the
getResourceKey()
as the custom resourcekey on the relational ?The text was updated successfully, but these errors were encountered: