6.9.0
版本发布时间: 2024-06-23 07:26:24
spatie/laravel-permission最新发布版本:6.9.0(2024-06-23 07:26:24)
What's Changed
- Use
->withPivot()
for teamed relationships (allowsgetPivotColumns()
) by @juliangums in https://github.com/spatie/laravel-permission/pull/2679 - Update docblock on
$role->hasPermissionTo()
to includeBackedEnum
by @drbyte co-authored by @SanderMuller - [Docs] Clarify that
$guard_name
can be an array by @angelej in https://github.com/spatie/laravel-permission/pull/2659 - Fix misc typos in changelog by @szepeviktor in https://github.com/spatie/laravel-permission/pull/2686
New Contributors
- @angelej made their first contribution in https://github.com/spatie/laravel-permission/pull/2659
- @SanderMuller made their first contribution in #2676
- @szepeviktor made their first contribution in https://github.com/spatie/laravel-permission/pull/2686
Full Changelog: https://github.com/spatie/laravel-permission/compare/6.8.0...6.9.0