Skip to content
Snippets Groups Projects
Verified Commit ef94d1aa authored by Giovannoni Laurent's avatar Giovannoni Laurent
Browse files

FIX pb with new version of lib in vendor

parent f658baa7
No related branches found
No related tags found
No related merge requests found
...@@ -22,7 +22,7 @@ if ($_SESSION['user']['UserId'] <> 'superadmin') { ...@@ -22,7 +22,7 @@ if ($_SESSION['user']['UserId'] <> 'superadmin') {
} }
//retrives tags //retrives tags
$client = new \Gitlab\Client('https://labs.maarch.org/api/v4/'); $client = \Gitlab\Client::create('https://labs.maarch.org/api/v4/');
$tags = $client->api('tags')->all('12'); $tags = $client->api('tags')->all('12');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment