Skip to content

Commit b9dc07f

Browse files
committed
Added state property to MergeRequest
1 parent 44da272 commit b9dc07f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/Gitlab/Model/MergeRequest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ class MergeRequest extends AbstractModel
1616
'merged',
1717
'author',
1818
'assignee',
19-
'project'
19+
'project',
20+
'state'
2021
);
2122

2223
public static function fromArray(Client $client, Project $project, array $data)

0 commit comments

Comments
 (0)