We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ccbebb commit 6ae39beCopy full SHA for 6ae39be
app/Http/Livewire/Discussions/AddComment.php
@@ -12,7 +12,7 @@
12
13
class AddComment extends Component
14
{
15
- public Discussion $discussion;
+ public ?Discussion $discussion;
16
17
public bool $isRoot = true;
18
0 commit comments