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 0e6d390 commit ef6653eCopy full SHA for ef6653e
lib/Github/Api/Organization/Members.php
@@ -49,8 +49,7 @@ public function conceal($organization, $username)
49
/*
50
* Add user to organization
51
*/
52
-
53
- public function add($organization, $username)
+ public function add($organization, $username)
54
{
55
return $this->put('orgs/'.rawurlencode($organization).'/memberships/'.rawurlencode($username));
56
}
0 commit comments