Commit b29ba692 by Taylor Otwell

Refactoring Paginator.

parent 9a36124b
...@@ -50,7 +50,6 @@ class Paginator { ...@@ -50,7 +50,6 @@ class Paginator {
$this->per_page = $per_page; $this->per_page = $per_page;
$this->results = $results; $this->results = $results;
$this->total = $total; $this->total = $total;
$this->page = static::page($this->last_page()); $this->page = static::page($this->last_page());
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment