You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have found a repeating key, which causes malfunctioning of the forms for creating or editing permissions and roles.
the issue comes from this settings file: vendor/jeremykenedy/laravel-roles/src/config/roles.php: line 128 to 133
incorrect settings :
// User Permissions or Role needed to create a new role
I have found a repeating key, which causes malfunctioning of the forms for creating or editing permissions and roles.
the issue comes from this settings file:
vendor/jeremykenedy/laravel-roles/src/config/roles.php: line 128 to 133
incorrect settings :
// User Permissions or Role needed to create a new role
// User Permissions or Role needed to create a new permission
suggested solution :
// User Permissions or Role needed to create a new role
// User Permissions or Role needed to create a new permission
I have solved this problem by editing the (published) config/roles.php file of my project,
but the original package file still has the error.
Thanks,
The text was updated successfully, but these errors were encountered: