We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 326920d commit 959265cCopy full SHA for 959265c
src/Client.php
@@ -32,6 +32,7 @@
32
use Gitlab\Api\Milestones;
33
use Gitlab\Api\ProjectNamespaces;
34
use Gitlab\Api\Projects;
35
+use Gitlab\Api\Registry;
36
use Gitlab\Api\Repositories;
37
use Gitlab\Api\RepositoryFiles;
38
use Gitlab\Api\ResourceIterationEvents;
@@ -336,6 +337,15 @@ public function projects(): Projects
336
337
return new Projects($this);
338
}
339
340
+
341
+ /**
342
+ * @return Registry
343
+ */
344
+ public function registry(): Registry
345
+ {
346
+ return new Registry($this);
347
+ }
348
349
/**
350
* @return Repositories
351
*/
0 commit comments