Skip to content

Commit 19a9792

Browse files
committed
🐛 Remove discussion type
1 parent 3ccbebb commit 19a9792

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Http/Livewire/Discussions/AddComment.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
class AddComment extends Component
1414
{
15-
public Discussion $discussion;
15+
public $discussion;
1616

1717
public bool $isRoot = true;
1818

0 commit comments

Comments
 (0)