kiritokatklian / nova-permission

A Laravel Nova tool for Spatie's laravel-permission library
https://novapackages.com/packages/vyuldashev/nova-permission
MIT License
70 stars 16 forks source link

Fix AttachToRole action for v6 #30

Closed potsky closed 1 year ago

potsky commented 1 year ago

The Registrar no longer always returns an object, but a string representing the object's name, which must be instantiated.

If not instantiated, you have this exception, due to the string 'Spatie\Permission\Models\Role':

Screenshot 2023-11-15 - 17-15-31@2x