NOTE: This change in #577 may be causing a breaking change if you had customized your tablenames in your config file:
- Dynamic permission_id and role_id columns according to tables name
The following should not be breaking changes:
- updated
HasPermissions::getStoredPermission
to allow a collection to be returned, and to fix query when passing multiple permissions - Give and revoke multiple permissions
- Add findOrCreate function to Permission model
- Improved Lumen support
- Allow guard name to be null for find role by id