kiritokatklian / nova-permission

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

Fix AttachToRole action for v6 #30

Closed potsky closed 9 months ago

potsky commented 9 months 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