From 85297723f9a45cdf030e61b8de3f55cfcdecf0bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Tue, 23 Mar 2021 16:43:26 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Rpc/Client.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rpc/Client.php b/Rpc/Client.php index 2334a53e..f9774dd9 100644 --- a/Rpc/Client.php +++ b/Rpc/Client.php @@ -24,7 +24,7 @@ class Client extends Component public string $service = ''; - private CClient $client; + private ?CClient $client; /**