File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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()
Original file line number Diff line number Diff line change 55use Psr \Container \ContainerInterface ;
66use Vonage \Client \APIResource ;
77use Vonage \Client \Credentials \Handler \KeypairHandler ;
8- use Vonage \Verify2 \Client ;
8+ use Vonage \Conversation \Client ;
99
1010class ClientFactory
1111{
@@ -19,4 +19,4 @@ public function __invoke(ContainerInterface $container): Client
1919
2020 return new Client ($ api );
2121 }
22- }
22+ }
You can’t perform that action at this time.
0 commit comments