فهرست منبع

php InterceptorChannel inherits from Channel

ZhouyihaiDing 7 سال پیش
والد
کامیت
251a573765
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/php/lib/Grpc/Internal/InterceptorChannel.php

+ 1 - 1
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;