Skip to content

Commit db686b6

Browse files
authored
Cleanup
1 parent fea608b commit db686b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Github/Api/User.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ public function organizations($username)
7878
*
7979
* @return array information about organizations that authenticated user belongs to
8080
*/
81-
public function orgs($username)
81+
public function orgs()
8282
{
8383
return $this->get('/user/orgs');
8484
}

0 commit comments

Comments
 (0)