Skip to content

Commit 1ce9184

Browse files
committed
Added missing 'http_url_to_repo' property to Project model
1 parent 105e8dc commit 1ce9184

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
@@ -25,7 +25,8 @@ class Project extends AbstractModel
2525
'wiki_enabled',
2626
'created_at',
2727
'greatest_access_level',
28-
'ssh_url_to_repo'
28+
'ssh_url_to_repo',
29+
'http_url_to_repo'
2930
);
3031

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

0 commit comments

Comments
 (0)