Skip to content

Commit f41e8d7

Browse files
committed
Merge pull request #79 from dantudor/master
Namespace as name property
2 parents 536f27d + ada7843 commit f41e8d7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: lib/Gitlab/Model/ProjectNamespace.php

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
* Class ProjectNamespace
77
*
88
* @property-read int $id
9+
* @property-read string $name
910
* @property-read string $path
1011
* @property-read string $kind
1112
* @property-read int $owner_id
@@ -20,6 +21,7 @@ class ProjectNamespace extends AbstractModel
2021
*/
2122
protected static $properties = array(
2223
'id',
24+
'name',
2325
'path',
2426
'kind',
2527
'owner_id',

0 commit comments

Comments
 (0)