Skip to content

Commit

Permalink
fix ConversationClientFactory (#479)
Browse files Browse the repository at this point in the history
Co-authored-by: yosh <[email protected]>
  • Loading branch information
yosatak and yosh authored Jun 18, 2024
1 parent fa6d446 commit a14d519
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
* @method Messages\Client messages()
* @method Application\Client applications()
* @method Conversion\Client conversion()
* @method Conversation\Client conversations()
* @method Conversation\Client conversation()
* @method Insights\Client insights()
* @method Numbers\Client numbers()
* @method Redact\Client redact()
Expand Down
4 changes: 2 additions & 2 deletions src/Conversation/ClientFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
use Psr\Container\ContainerInterface;
use Vonage\Client\APIResource;
use Vonage\Client\Credentials\Handler\KeypairHandler;
use Vonage\Verify2\Client;
use Vonage\Conversation\Client;

class ClientFactory
{
Expand All @@ -19,4 +19,4 @@ public function __invoke(ContainerInterface $container): Client

return new Client($api);
}
}
}

0 comments on commit a14d519

Please sign in to comment.