Need to transform the paging data, but I don’t know how to solve it. Here is my code
$devis=DB::table('devis')->orderBy('category_id','DESC')->paginate(10);
return $this->respondWithCollection($devis,new DevisTransformer());
Return 500
Error message:"Type error: Argument 1 passed to AppHttpControllersApiController::respondWithCollection() must be an instance of IlluminateSupportCollection, instance of IlluminatePaginationLengthAwarePaginator given,