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
+3
View File
@@ -5,4 +5,7 @@ namespace Kiri\Rpc;
interface OnRpcConsumerInterface
{
public function execute();
}