We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49272f3 commit 40e2f78Copy full SHA for 40e2f78
src/Client.php
@@ -588,7 +588,7 @@ protected function needsKeypairAuthentication(RequestInterface $request): bool
588
589
protected function getVersion(): string
590
{
591
- return Versions::getVersion('vonage/client-core');
+ return InstalledVersions::getVersion('vonage/client-core');
592
}
593
594
public function getLogger(): ?LoggerInterface
0 commit comments