Skip to content

Commit 959265c

Browse files
committed
Make Registry() also available via the client...
1 parent 326920d commit 959265c

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/Client.php

+10
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
use Gitlab\Api\Milestones;
3333
use Gitlab\Api\ProjectNamespaces;
3434
use Gitlab\Api\Projects;
35+
use Gitlab\Api\Registry;
3536
use Gitlab\Api\Repositories;
3637
use Gitlab\Api\RepositoryFiles;
3738
use Gitlab\Api\ResourceIterationEvents;
@@ -336,6 +337,15 @@ public function projects(): Projects
336337
return new Projects($this);
337338
}
338339

340+
341+
/**
342+
* @return Registry
343+
*/
344+
public function registry(): Registry
345+
{
346+
return new Registry($this);
347+
}
348+
339349
/**
340350
* @return Repositories
341351
*/

0 commit comments

Comments
 (0)