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
Hi. I get this error when trying to sort a column in my table which is loading from a many to many relationship.
Call to undefined method Illuminate\Database\Eloquent\Relations\BelongsToMany::getOwnerKeyName() /vendor/laravel/framework/src/Illuminate/Support/Traits/ForwardsCalls.php line 71
I tracked it and looks like method getOwnerKeyName() does not exist in belongsToMany relations
take a look at /vendor/savannabits/primevue-datatables/src/PrimevueDatatables.php:128
The text was updated successfully, but these errors were encountered:
Hi. I get this error when trying to sort a column in my table which is loading from a many to many relationship.
Call to undefined method Illuminate\Database\Eloquent\Relations\BelongsToMany::getOwnerKeyName()
/vendor/laravel/framework/src/Illuminate/Support/Traits/ForwardsCalls.php line 71
I tracked it and looks like method
getOwnerKeyName()
does not exist in belongsToMany relationstake a look at
/vendor/savannabits/primevue-datatables/src/PrimevueDatatables.php:128
The text was updated successfully, but these errors were encountered: