private function deleteReplies(Thread $thread)
 {
     $thread->replies()->delete();
 }