middleware('formKintone'); } protected function makeResponse() { if ($this->resultCode === ResultCode::SECCESS) { return response()->json([ 'result' => 'SUCCESS' ]); } return response()->json([ 'result' => 'FAILED' ]); } }