Auth::user()->id, 'applicationID' => $application->id, 'text' => $comment, ]); } public function deleteComment(Comment $comment): ?bool { return $comment->delete(); } }