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

Redeclaring `menu` method #13

Closed BrekiTomasson closed 2 years ago

BrekiTomasson commented 2 years ago

Inside of NovaPermissionTool.php, the menu(Request $request) method is declared twice, which causes an error in environments with low error tolerance.

stepanenko3 commented 2 years ago

I fix it in #14

kiritokatklian commented 2 years ago

Thanks for the heads up! It has been fixed in v4.0.2 with PR #12