Vonage / vonage-php-sdk-core

Vonage REST API client for PHP. API support for SMS, Voice, Text-to-Speech, Numbers, Verify (2FA) and more.
https://developer.vonage.com/
Apache License 2.0
908 stars 181 forks source link

fix ConversationClientFactory #479

Closed yosatak closed 2 months ago

yosatak commented 2 months ago

Description

I fixed the typo. This problem occurred because the import source class used in the new class was selected incorrectly.

Motivation and Context

I fixed it because it didn't work as per the document.

How Has This Been Tested?

All tests are passed

Example Output or Screenshots (if appropriate):

Types of changes

Checklist: