$object->getTransactionId(), ]; } /** * @return array */ protected function rules(): array { return [ 'transaction_id' => 'required', ]; } /** * @return array */ protected function messages(): array { return []; } }