mateusjunges/laravel-acl

Allow user to revoke a user permission even if attached through a group

mateusjunges opened this issue · 1 comments

Change the revokePermission() method to revoke user permissions even if it is assigned through a permissions group.

It will require to revoke a group permission, and if you have other users assigned to that specific group, these users will also lose the permission.