Deleting permission #1871
Unanswered
neoacevedo
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Yes, all methods from laravel-permission/src/Traits/HasRoles.php Lines 18 to 27 in 2512d5a |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I try to delete a permission which isn't attached to any role, but when I run
$permission->delete();
it always returns false and, obviously the permission is never deleted from the database.Is it supported by this package?
Beta Was this translation helpful? Give feedback.
All reactions