Refactoring Paginator.

This commit is contained in:
Taylor Otwell 2011-07-21 06:37:50 -07:00
parent 9a36124b9e
commit b29ba692ce
1 changed files with 0 additions and 1 deletions

View File

@ -50,7 +50,6 @@ public function __construct($results, $total, $per_page)
$this->per_page = $per_page;
$this->results = $results;
$this->total = $total;
$this->page = static::page($this->last_page());
}