Ejemplo n.º 1
0
 /**
  * Get the lastItem from the paginator.
  *
  * @return int
  */
 protected function currentPageCount()
 {
     return $this->paginator->count();
 }
 /**
  * Get the count.
  *
  * @return int
  */
 public function getCount()
 {
     return $this->paginator->count();
 }