Skip to content

Commit 1ba8ddd

Browse files
committed
Update Discussion type
1 parent 19a9792 commit 1ba8ddd

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;
15+
public ?Discussion $discussion;
1616

1717
public bool $isRoot = true;
1818

0 commit comments

Comments
 (0)