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.
1 parent efdd795 commit 3372a41Copy full SHA for 3372a41
lib/Gitlab/Model/Project.php
@@ -28,6 +28,7 @@
28
* @property-read string $created_at
29
* @property-read int $greatest_access_level
30
* @property-read string $last_activity_at
31
+ * @property-read string $tag_list
32
* @property-read User $owner
33
* @property-read ProjectNamespace $namespace
34
*/
@@ -59,7 +60,8 @@ class Project extends AbstractModel
59
60
'created_at',
61
'greatest_access_level',
62
'last_activity_at',
- 'snippets_enabled'
63
+ 'snippets_enabled',
64
+ 'tag_list'
65
);
66
67
/**
0 commit comments