Skip to content

Commit efbba6f

Browse files
foxman209m1guelpf
foxman209
authored andcommitted
update readme
1 parent 253fa70 commit efbba6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ to fetch all your closed issue with pagination ( on the gitlab api )
5757
$client = \Gitlab\Client::create('http://git.yourdomain.com')
5858
->authenticate('your_gitlab_token_here', \Gitlab\Client::AUTH_URL_TOKEN)
5959
;
60-
$pager = new ResultPager($client);
60+
$pager = new \Gitlab\ResultPager($client);
6161
$issues = $pager->fetchall($client->api('issues'),'all',[null, ['state' => 'closed']]);
6262

6363
```

0 commit comments

Comments
 (0)