This commit is contained in:
2021-10-28 17:31:19 +08:00
parent 22b99ebc2d
commit 87f2825cf3
+2
View File
@@ -64,6 +64,8 @@ use Kiri\Rpc\JsonRpcConsumers;
class ' . ucfirst($name) . 'RpcService extends JsonRpcConsumers implements ' . ucfirst($name) . 'RpcInterface
{
protected string $name = \'' . $name . '\';
}