Skip to content

Commit 01c66ba

Browse files
committed
relation
1 parent 8e3c8ea commit 01c66ba

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/lib/Models/CommentNotification.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
use Takuya\BacklogApiClient\Models\Traits\HasID;
66
use Takuya\BacklogApiClient\Models\Traits\RelateToIssue;
77
use Takuya\BacklogApiClient\Models\Traits\RelateToComment;
8+
use Takuya\BacklogApiClient\Models\Traits\RelateToProject;
89

910
/**
1011
* @property-read int $id
@@ -34,9 +35,9 @@ class CommentNotification extends BaseModel {
3435
'プルリクエストの更新' => 13,
3536
];
3637
use HasID;
37-
use RelateToComment;
3838
public bool $alreadyRead;
3939
public int $reason;
4040
public object $user;
4141
public bool $resourceAlreadyRead;
42+
4243
}

0 commit comments

Comments
 (0)