Model Binding/Extending
In my users resource, I am setting a fieldset for my relation to my Address model.
However, the function address() exists on my project level User model, where as it's searching my auth package User.
Is there a way to tell it which User model to use, I already have the binding in the AppServiceProvider of alravel
1 Reply
For context...
My UserResource
The function address() is on my extended model
But im getting:
May have found my answer... Gonna test everything else
Didn't notice the defined model in my resource being the package User