Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 2.x/features/teams.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ $team->userHasPermission($user, $permission) : bool

## Member Management

Team members may be added and removed from a team via Jetstream's "Team Settings" view.
Team members may be added and removed from a team via Jetstream's "Team Settings" view. By default, only team owners can manage team membership. This restriction is defined in the `App\Policies\TeamPolicy` class. Naturally, you are free to modify this policy as you see fit.

### Member Management Actions

Expand Down