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 8e3c8ea commit 01c66baCopy full SHA for 01c66ba
src/lib/Models/CommentNotification.php
@@ -5,6 +5,7 @@
5
use Takuya\BacklogApiClient\Models\Traits\HasID;
6
use Takuya\BacklogApiClient\Models\Traits\RelateToIssue;
7
use Takuya\BacklogApiClient\Models\Traits\RelateToComment;
8
+use Takuya\BacklogApiClient\Models\Traits\RelateToProject;
9
10
/**
11
* @property-read int $id
@@ -34,9 +35,9 @@ class CommentNotification extends BaseModel {
34
35
'プルリクエストの更新' => 13,
36
];
37
use HasID;
- use RelateToComment;
38
public bool $alreadyRead;
39
public int $reason;
40
public object $user;
41
public bool $resourceAlreadyRead;
42
+
43
}
0 commit comments