We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa6d446 commit a14d519Copy full SHA for a14d519
2 files changed
src/Client.php
@@ -74,7 +74,7 @@
74
* @method Messages\Client messages()
75
* @method Application\Client applications()
76
* @method Conversion\Client conversion()
77
- * @method Conversation\Client conversations()
+ * @method Conversation\Client conversation()
78
* @method Insights\Client insights()
79
* @method Numbers\Client numbers()
80
* @method Redact\Client redact()
src/Conversation/ClientFactory.php
@@ -5,7 +5,7 @@
5
use Psr\Container\ContainerInterface;
6
use Vonage\Client\APIResource;
7
use Vonage\Client\Credentials\Handler\KeypairHandler;
8
-use Vonage\Verify2\Client;
+use Vonage\Conversation\Client;
9
10
class ClientFactory
11
{
@@ -19,4 +19,4 @@ public function __invoke(ContainerInterface $container): Client
19
20
return new Client($api);
21
}
22
-}
+}
0 commit comments