This commit is contained in:
2021-10-28 10:52:09 +08:00
parent e1fcefde2d
commit ec75ccfc00
5 changed files with 93 additions and 14 deletions
+20
View File
@@ -0,0 +1,20 @@
<?php
namespace Kiri\Rpc;
class RpcManager
{
public static function add()
{
}
public static function get()
{
}
}