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 2e5ed00 commit 605794dCopy full SHA for 605794d
README.md
@@ -214,10 +214,6 @@ $team = $client->teams()->all()[0];
214
$permissions = TeamPermissions::fromTeamResponse($team);
215
```
216
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
-
221
#### List an organization's teams
222
```php
223
$teams = $client->teams()->all();
0 commit comments