fixed collect scope
This commit is contained in:
@ -177,7 +177,7 @@ class User extends Authenticatable
|
||||
$input = $request->input();
|
||||
$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);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user