From 936eb10eeca70f5337cc58cd95f601f15922df07 Mon Sep 17 00:00:00 2001 From: fantasticbin Date: Mon, 7 Nov 2022 17:02:38 +0800 Subject: [PATCH] =?UTF-8?q?RPC=E8=B0=83=E7=94=A8=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=E8=BF=9E=E6=8E=A5=E6=B1=A0=E6=9C=BA=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/autoload/dependencies.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config/autoload/dependencies.php b/config/autoload/dependencies.php index f46bd96..f8d6b69 100644 --- a/config/autoload/dependencies.php +++ b/config/autoload/dependencies.php @@ -9,5 +9,9 @@ declare(strict_types=1); * @contact group@hyperf.io * @license https://github.com/hyperf/hyperf/blob/master/LICENSE */ +use Hyperf\JsonRpc\JsonRpcPoolTransporter; +use Hyperf\JsonRpc\JsonRpcTransporter; + return [ + JsonRpcTransporter::class => JsonRpcPoolTransporter::class, ];