Skip to content

Commit f2464e2

Browse files
Dickriven Chellemboyeem1guelpf
authored andcommitted
Update Client.php
add missing call to repositoryFiles
1 parent 454278d commit f2464e2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/Gitlab/Client.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -309,6 +309,9 @@ public function api($name)
309309
case 'repositories':
310310
return $this->repositories();
311311

312+
case 'repositoryFiles':
313+
return $this->repositoryFiles();
314+
312315
case 'snippets':
313316
return $this->snippets();
314317

0 commit comments

Comments
 (0)