Skip to content

Commit 605794d

Browse files
committed
Team Access: Remove Unnecessary Paragraph in README
1 parent 2e5ed00 commit 605794d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -214,10 +214,6 @@ $team = $client->teams()->all()[0];
214214
$permissions = TeamPermissions::fromTeamResponse($team);
215215
```
216216

217-
Additionally, teams have a separate "All Package Access" flag, determining whether the team has access to all current and future
218-
organization packages which do not have their permissions synchronized. Revoking "All Package Access" will not remove access to
219-
packages the team can currently access, but will prevent access to new packages and allow revoking individual package access.
220-
221217
#### List an organization's teams
222218
```php
223219
$teams = $client->teams()->all();

0 commit comments

Comments
 (0)