This commit is contained in:
2021-03-29 18:42:32 +08:00
parent 1bb8906a73
commit 1dbfb7fd27
+1 -1
View File
@@ -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;
}