spatie/laravel-permission

Needed: Add tests for UnauthorizedException config switches

drbyte opened this issue · 0 comments

The config file has settings for permission.display_permission_in_exception and permission.display_role_in_exception, but no tests to ensure they function correctly.

A PR containing tests for these would be welcome.