@@ -85,7 +85,6 @@ class User extends Backend
});
}
-
$list = $list->where($where)->order($sort, $order)->paginate($limit);
$result = ['total' => $list->total(), 'rows' => $list->items()];
return json($result);