Skip to content

Commit 90a8b97

Browse files
authored
Merge pull request #158 from makkus183/master
Update GitLab API Version from 3 to 4
2 parents d57423d + 46b9516 commit 90a8b97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/OAuth2/Provider/GitLab.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class GitLab extends \SocialConnect\OAuth2\AbstractProvider
2020
*/
2121
public function getBaseUri()
2222
{
23-
return 'https://gitlab.com/api/v3/';
23+
return 'https://gitlab.com/api/v4/';
2424
}
2525

2626
/**

0 commit comments

Comments
 (0)