parent
7cf3b5d909
commit
ce90285a39
@ -91,7 +91,7 @@ class Model extends Eloquent
|
|||||||
$input = $request->input();
|
$input = $request->input();
|
||||||
$limit = $request->get('limit', setting('general.list_limit', '25'));
|
$limit = $request->get('limit', setting('general.list_limit', '25'));
|
||||||
|
|
||||||
return $this->filter($input)->sortable($sort)->paginate($limit);
|
return $query->filter($input)->sortable($sort)->paginate($limit);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user