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 e656e8c commit 89e8aa7Copy full SHA for 89e8aa7
lib/Gitlab/Model/Note.php
@@ -12,6 +12,7 @@
12
* @property-read string $parent_type
13
* @property-read Issue|MergeRequest $parent
14
* @property-read string $attachment
15
+ * @property-read bool $system
16
*/
17
class Note extends AbstractModel
18
{
@@ -26,7 +27,8 @@ class Note extends AbstractModel
26
27
'updated_at',
28
'parent_type',
29
'parent',
- 'attachment'
30
+ 'attachment',
31
+ 'system'
32
);
33
34
/**
0 commit comments