/**
  * Apply pagination.
  *
  * @return void
  */
 public function paginate()
 {
     if ($this->request->isPaginationable()) {
         $this->paging();
     }
 }