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
Kinda related to #111 because i am dealing with polymorphic relatioships too. I am trying to override include method inside the transformer and query parameters are not passing in to the function.
Thanks for the response @Flugger. Unfortunately i didn't find a solution for this and i had to restructure the code, so that there were no polymorphic relations.
I would still like to know the answer to this if its possible, since there are projects where i'd like to use polymorphic relations.
Kinda related to #111 because i am dealing with polymorphic relatioships too. I am trying to override include method inside the transformer and query parameters are not passing in to the function.
This is how i call the responder:
Heres how the relationships are declared:
I have overridden the notificationable include same way as in the documentation, but the parameters are not passed to the function.
$params is always an empty collection
Collection {#517 #items: [] }
Am i doing something wrong or is this a bug?
The text was updated successfully, but these errors were encountered: