Skip to content

Commit a14d519

Browse files
yosatakyosh
andauthored
fix ConversationClientFactory (#479)
Co-authored-by: yosh <[email protected]>
1 parent fa6d446 commit a14d519

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
* @method Messages\Client messages()
7575
* @method Application\Client applications()
7676
* @method Conversion\Client conversion()
77-
* @method Conversation\Client conversations()
77+
* @method Conversation\Client conversation()
7878
* @method Insights\Client insights()
7979
* @method Numbers\Client numbers()
8080
* @method Redact\Client redact()

src/Conversation/ClientFactory.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
use Psr\Container\ContainerInterface;
66
use Vonage\Client\APIResource;
77
use Vonage\Client\Credentials\Handler\KeypairHandler;
8-
use Vonage\Verify2\Client;
8+
use Vonage\Conversation\Client;
99

1010
class ClientFactory
1111
{
@@ -19,4 +19,4 @@ public function __invoke(ContainerInterface $container): Client
1919

2020
return new Client($api);
2121
}
22-
}
22+
}

0 commit comments

Comments
 (0)