Call to undefined method App\Models\User::buildings()
I have this method in my relationManager of buildings with users
However, in my User model the method is called workingBuildings :
How can I customize the name of the relationship? ->relationship does not exist for this action.
1 Reply
@Daniel (from Brazil) check out these statics on your RelationManager class: