From 1dbfb7fd27a60a03179ec09ce7d967aab5a04130 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Mon, 29 Mar 2021 18:42:32 +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 deb29bea..87eebf52 100644 --- a/Rpc/Client.php +++ b/Rpc/Client.php @@ -70,7 +70,7 @@ class Client extends Component { /** @var Channel $channel */ $channel = Snowflake::app()->get('channel'); - $channel->push(CClient::class, $this->client); + $channel->push($this->client, CClient::class); $this->client = null; return $this; }