Nest comments (replies)
masterSince the BeyondCode\Comments\Comment class itself implements the HasComments trait, you can create replies by calling comment methods on an existing comment instance.
$comment = BeyondCode\Comments\Comment::first();
$comment->commentAsUser($user, "Hey there!");