diff --git a/app/Livewire/Comment.php b/app/Livewire/Comment.php index 66b68e0..d06c7b7 100644 --- a/app/Livewire/Comment.php +++ b/app/Livewire/Comment.php @@ -74,7 +74,7 @@ class Comment extends Component public function postReply() { - if (! $this->comment->depth() < 2) { + if (!($this->comment->depth() < 2)) { return; }