Description
I am using custom permissions for a role of api guard. The custom permissions should be created under api guard but there is no way of specifying it, it defaults to web when running shield:generate
To Reproduce
Steps to reproduce the behavior:
- Add a custom permission to filament_shield.custom_permissions array
- Run filament shield:generate --all
- See permission created on guard web
Description
I am using custom permissions for a role of api guard. The custom permissions should be created under api guard but there is no way of specifying it, it defaults to web when running shield:generate
To Reproduce
Steps to reproduce the behavior: