You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: apply laravel pint style and modernize ability API
Add `$action_entity_id` param to `allowTeamAbility`, `forbidTeamAbility`, and `deleteTeamAbility` to support string/int entity IDs alongside model instances. Extract `resolvePermissionIds`, `permissionCodes`, and `abilityLevels` helpers in `HasTeams`.
Promote permission-level magic numbers to named constants.
Use `getKey`/`getMorphClass` for model identity.
Apply Pint formatting throughout.