diff options
author | ZhouyihaiDing <ddyihai@google.com> | 2018-05-16 13:38:43 -0700 |
---|---|---|
committer | ZhouyihaiDing <ddyihai@google.com> | 2018-05-16 13:38:43 -0700 |
commit | 251a57376553d490e265ed241e05697af0c76a10 (patch) | |
tree | 268433e7799a9dd106a45497d7e90cc836f500d5 /src | |
parent | c848726565da3c68f911d50b1881038719497be5 (diff) |
php InterceptorChannel inherits from Channel
Diffstat (limited to 'src')
-rw-r--r-- | src/php/lib/Grpc/Internal/InterceptorChannel.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/php/lib/Grpc/Internal/InterceptorChannel.php b/src/php/lib/Grpc/Internal/InterceptorChannel.php index 4677fb5aef..2f85c35fe0 100644 --- a/src/php/lib/Grpc/Internal/InterceptorChannel.php +++ b/src/php/lib/Grpc/Internal/InterceptorChannel.php @@ -22,7 +22,7 @@ namespace Grpc\Internal; /** * This is a PRIVATE API and can change without notice. */ -class InterceptorChannel +class InterceptorChannel extends \Grpc\Channel { private $next = null; private $interceptor; |