Skip to content

Commit 3372a41

Browse files
author
Matt Humphrey
committed
Added tag_list property to Project modal. Fixes #85
1 parent efdd795 commit 3372a41

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lib/Gitlab/Model/Project.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
* @property-read string $created_at
2929
* @property-read int $greatest_access_level
3030
* @property-read string $last_activity_at
31+
* @property-read string $tag_list
3132
* @property-read User $owner
3233
* @property-read ProjectNamespace $namespace
3334
*/
@@ -59,7 +60,8 @@ class Project extends AbstractModel
5960
'created_at',
6061
'greatest_access_level',
6162
'last_activity_at',
62-
'snippets_enabled'
63+
'snippets_enabled',
64+
'tag_list'
6365
);
6466

6567
/**

0 commit comments

Comments
 (0)