需要對分頁資料進行transformer,但是不知道如何解決,以下是我的程式碼
$devis=DB::table('devis')->orderBy('category_id','DESC')->paginate(10);
return $this->respondWithCollection($devis,new DevisTransformer());
回傳500
錯誤訊息:"Type error: Argument 1 passed to AppHttpControllersApiController::respondWithCollection() must be an instance of IlluminateSupportCollection, nceinstance IllumthatefPagination of IllumthrpaateSupportCollection, nce instance, IlluminatefPagination 成本d ##
用
$this->response->paginator()