This commit is contained in:
2021-11-04 23:54:59 +08:00
parent 4ae6aba6f8
commit 6b074b7503
-1
View File
@@ -75,7 +75,6 @@ class RpcJsonp extends Component implements OnConnectInterface, OnReceiveInterfa
public function register(OnStart $server)
{
$config = Config::get('rpc');
$agent = $this->container->get(Agent::class);
$agent->service->register($config['registry']['config']);
}