Skip to content

Commit c01c566

Browse files
turkishjoe-hackm1guelpf
authored andcommitted
add per page
1 parent 8693991 commit c01c566

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/Gitlab/Api/Users.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,9 @@ public function show($id)
6868
* @param int $id
6969
* @return mixed
7070
*/
71-
public function usersProjects($id)
71+
public function usersProjects($id, array $params = array())
7272
{
73-
return $this->get('users/'.$this->encodePath($id).'/projects');
73+
return $this->get('users/'.$this->encodePath($id).'/projects', $params);
7474
}
7575

7676
/**

0 commit comments

Comments
 (0)