diff --git a/src/php/lib/Grpc/BaseStub.php b/src/php/lib/Grpc/BaseStub.php index a154f6b41f0..e92990f1a8b 100644 --- a/src/php/lib/Grpc/BaseStub.php +++ b/src/php/lib/Grpc/BaseStub.php @@ -47,7 +47,7 @@ class BaseStub $ssl_roots = file_get_contents( dirname(__FILE__).'/../../../../etc/roots.pem' ); - ChannelCredentials::setDefaultRootsPem($ssl_roots); + ChannelCredentials::setDefaultRootsPem($ssl_roots); } $this->hostname = $hostname;