Skip to content

Commit b9e639c

Browse files
author
corbosman
committed
add since to organizations
1 parent e964637 commit b9e639c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/Github/Api/Organization.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ class Organization extends AbstractApi
2020
*
2121
* @return array the organizations
2222
*/
23-
public function all()
23+
public function all($since = '')
2424
{
25-
return $this->get('organizations');
25+
return $this->get('organizations?since='.rawurlencode($since));
2626
}
2727

2828
/**

0 commit comments

Comments
 (0)