File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1212namespace Hyperf \GrpcClient ;
1313
1414use Google \Protobuf \Internal \Message ;
15+ use Hyperf \Context \ApplicationContext ;
1516use Hyperf \Grpc \Parser ;
1617use Hyperf \Grpc \StatusCode ;
1718use Hyperf \GrpcClient \Exception \GrpcClientException ;
18- use Hyperf \Utils \ApplicationContext ;
1919use Hyperf \Utils \ChannelPool ;
2020use InvalidArgumentException ;
2121use Swoole \Http2 \Response ;
Original file line number Diff line number Diff line change 1212namespace HyperfTest \GrpcClient ;
1313
1414use Grpc \UserReply ;
15+ use Hyperf \Context \ApplicationContext ;
1516use Hyperf \Di \Container ;
1617use Hyperf \Grpc \Parser ;
1718use Hyperf \GrpcClient \BaseClient ;
1819use Hyperf \GrpcClient \Exception \GrpcClientException ;
19- use Hyperf \Utils \ApplicationContext ;
2020use Hyperf \Utils \ChannelPool ;
2121use Hyperf \Utils \Coroutine ;
2222use Hyperf \Utils \Parallel ;
Original file line number Diff line number Diff line change 1111 */
1212namespace HyperfTest \GrpcClient ;
1313
14+ use Hyperf \Context \ApplicationContext ;
1415use Hyperf \Di \Container ;
15- use Hyperf \Utils \ApplicationContext ;
1616use Hyperf \Utils \ChannelPool ;
1717use HyperfTest \GrpcClient \Stub \UserServiceClient ;
1818use Mockery ;
Original file line number Diff line number Diff line change 1111 */
1212namespace HyperfTest \GrpcClient ;
1313
14+ use Hyperf \Context \ApplicationContext ;
1415use Hyperf \Di \Container ;
1516use Hyperf \GrpcClient \Exception \GrpcClientException ;
1617use Hyperf \GrpcClient \StreamingCall ;
17- use Hyperf \Utils \ApplicationContext ;
1818use Hyperf \Utils \ChannelPool ;
1919use HyperfTest \GrpcClient \Stub \RouteGuideClient ;
2020use Mockery ;
You can’t perform that action at this time.
0 commit comments