Skip to content

Commit 6ae39be

Browse files
authored
🐛 Remove discussion type (#121)
* 🐛 Remove discussion type * Update Discussion type
1 parent 3ccbebb commit 6ae39be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Http/Livewire/Discussions/AddComment.php

+1-1
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 $discussion;
1616

1717
public bool $isRoot = true;
1818

0 commit comments

Comments
 (0)