insenseanalytics / laravel-nova-permission

A Laravel Nova tool for the Spatie Permission package
MIT License
78 stars 33 forks source link

BelongsToMany not working between resources #14

Open manojo123 opened 5 years ago

manojo123 commented 5 years ago

I cannot add belongsToMany relationship between roles and permissions. Each resource is not able to find a list of another.

manojo123 commented 5 years ago

Fixed that removing searchable() method in Roles and Permisions nova resource file