@@ -44,7 +44,7 @@ class TopicRepository {
}
- return $this->topic->where($where)->paginate($perPage);
+ return $this->topic->where($where)->orderBy('id','asc')->paginate($perPage);
//新增
public function create($request){