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 377f0bd commit 9456acdCopy full SHA for 9456acd
src/lib/Models/Comment.php
@@ -13,7 +13,6 @@
13
class Comment extends BaseModel {
14
15
use HasID;
16
- use HasProjectId;
17
use HasIssueId;
18
use HasStar;
19
public ?string $content;
0 commit comments