Silvanite / novatoolpermissions

Laravel Nova Permissions Tool (User, Roles and Permissions / Access Control (ACL))
MIT License
101 stars 32 forks source link

NovaToolPermissions contains 1 abstract method and must therefore be declared abstract or implement the remaining methods #72

Open gbrits opened 2 years ago

gbrits commented 2 years ago

Fresh installation on Nova 4.0, followed instructions & encountered this error. Does this mean it's incompatible with 4.0?

Symfony\Component\ErrorHandler\Error\FatalError
Class Silvanite\NovaToolPermissions\NovaToolPermissions contains 1 abstract method and must therefore be declared abstract or implement the remaining methods (Laravel\Nova\Tool::menu)
gbrits commented 2 years ago

I got this fixed up by pulling the updates in the ongoing pull request: https://github.com/Silvanite/novatoolpermissions/pull/71