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 74
74
* @method Messages\Client messages()
75
75
* @method Application\Client applications()
76
76
* @method Conversion\Client conversion()
77
- * @method Conversation\Client conversations ()
77
+ * @method Conversation\Client conversation ()
78
78
* @method Insights\Client insights()
79
79
* @method Numbers\Client numbers()
80
80
* @method Redact\Client redact()
Original file line number Diff line number Diff line change 5
5
use Psr \Container \ContainerInterface ;
6
6
use Vonage \Client \APIResource ;
7
7
use Vonage \Client \Credentials \Handler \KeypairHandler ;
8
- use Vonage \Verify2 \Client ;
8
+ use Vonage \Conversation \Client ;
9
9
10
10
class ClientFactory
11
11
{
@@ -19,4 +19,4 @@ public function __invoke(ContainerInterface $container): Client
19
19
20
20
return new Client ($ api );
21
21
}
22
- }
22
+ }
You can’t perform that action at this time.
0 commit comments