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.
2 parents dcef0b5 + fb240fb commit 08acb86Copy full SHA for 08acb86
lib/Gitlab/Model/Project.php
@@ -29,6 +29,7 @@
29
* @property-read int $greatest_access_level
30
* @property-read string $last_activity_at
31
* @property-read string $tag_list
32
+ * @property-read string $avatar_url
33
* @property-read User $owner
34
* @property-read ProjectNamespace $namespace
35
*/
@@ -61,7 +62,8 @@ class Project extends AbstractModel
61
62
'greatest_access_level',
63
'last_activity_at',
64
'snippets_enabled',
- 'tag_list'
65
+ 'tag_list',
66
+ 'avatar_url'
67
);
68
69
/**
0 commit comments