Ejemplo n.º 1
0
 private function deleteReplies(Thread $thread)
 {
     $thread->replies()->delete();
 }