eminiarts / nova-permissions

Laravel Nova Grouped Permissions
126 stars 65 forks source link

Only translate permissions if the key doesn't return an array. #28

Open jeffreydevreede opened 5 years ago

jeffreydevreede commented 5 years ago

My group names are similar with the names I use for my translate files.

For example I had a group Signup also a translate file signup.php, this broke the permissions overview. The changes I've made are backward compatible but also fix this problem.

4n70w4 commented 4 years ago

May be need example and tests.