Skip to content

Commit ac85d90

Browse files
committed
Team: Make Permissions Model Final
1 parent d1d9c3b commit ac85d90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/TeamPermissions.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
namespace PrivatePackagist\ApiClient;
1111

12-
class TeamPermissions
12+
final class TeamPermissions
1313
{
1414
public const PERMISSION_CAN_EDIT_TEAM_PACKAGES = 1 << 0;
1515
public const PERMISSION_CAN_ADD_PACKAGES = 1 << 1;

0 commit comments

Comments
 (0)