Skip to content

Commit 105e8dc

Browse files
committed
Added missing 'ssh_url_to_repo' property to Project model
1 parent 32ee5ef commit 105e8dc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/Gitlab/Model/Project.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ class Project extends AbstractModel
2424
'wall_enabled',
2525
'wiki_enabled',
2626
'created_at',
27-
'greatest_access_level'
27+
'greatest_access_level',
28+
'ssh_url_to_repo'
2829
);
2930

3031
public static function fromArray(Client $client, array $data)

0 commit comments

Comments
 (0)