예제 #1
0
 private function deleteReplies(Thread $thread)
 {
     $thread->replies()->delete();
 }