Exemplo n.º 1
0
 public function getThreadRepliesPaginated(Thread $thread, $perPage = 20)
 {
     return $thread->replies()->paginate($perPage);
 }