We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45826bd commit 674ad54Copy full SHA for 674ad54
CHANGELOG.md
@@ -2,6 +2,11 @@
2
3
All notable changes to `laravel-permission` will be documented in this file
4
5
+## 2.38.0 - 2019-09-02
6
+- Allow support for multiple role/permission models
7
+- Load roles relationship only when missing
8
+- Wrap helpers in function_exists() check
9
+
10
## 2.37.0 - 2019-04-09
11
- Added `permission:show` CLI command to display a table of roles/permissions
12
- `removeRole` now returns the model, consistent with other methods
0 commit comments