Laravel-Backpack / PermissionManager

Admin interface for managing users, roles, permissions, using Backpack CRUD
http://backpackforlaravel.com
Other
516 stars 166 forks source link

Corrects the labels for roles #295

Closed jigius closed 2 years ago

jigius commented 2 years ago

This fix is replacing ucfirst() to mb_usfirst() for the supporting of multibyte strings

tabacitu commented 2 years ago

Thanks @jigius !