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
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