refactoring routing and class comments.
This commit is contained in:
@@ -280,7 +280,6 @@ class Paginator {
|
||||
public function appends($values)
|
||||
{
|
||||
$this->appends = $values;
|
||||
|
||||
return $this;
|
||||
}
|
||||
|
||||
@@ -295,7 +294,6 @@ class Paginator {
|
||||
public function elements($elements)
|
||||
{
|
||||
$this->elements = $elements;
|
||||
|
||||
return $this;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user