$object->getUnityHashId(), 'unity_signature' => $object->getUnitySignature(), ]; } /** * @param string $type * @return array */ protected function rules(): array { return [ 'unity_hash_id' => 'required', 'unity_signature' => 'required' ]; } /** * @return array */ protected function messages(): array { return []; } }