Update Client.php

This commit is contained in:
Anyon 2019-12-17 15:46:39 +08:00
parent c8dcc07525
commit 86e2e9600f

View File

@ -101,7 +101,7 @@ class Client extends Controller
{
try {
$instance = $this->create($param);
JsonRpcServerService::instance()->create($instance);
JsonRpcServerService::instance()->create(empty($instance) ? $this : $instance);
} catch (HttpResponseException $exception) {
throw $exception;
} catch (\Exception $e) {