'any', 'requestData' => [] ]; } public function handler() { $customFieldList = Customfield::getAll(); Response::respondSuccess($customFieldList->toArray()); } }