Refactoring Paginator.
This commit is contained in:
@@ -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());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user