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