From fbaf253302edfb6b59ffaca20ced82e2aad774e5 Mon Sep 17 00:00:00 2001 From: wong <106998207@qq.com> Date: Tue, 17 Jun 2025 18:01:50 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Server/extend/library/Interfaces/CallMap.php | 1 + 1 file changed, 1 insertion(+) diff --git a/Server/extend/library/Interfaces/CallMap.php b/Server/extend/library/Interfaces/CallMap.php index 4db47cac..71d34bad 100644 --- a/Server/extend/library/Interfaces/CallMap.php +++ b/Server/extend/library/Interfaces/CallMap.php @@ -6,6 +6,7 @@ interface CallMap { /** * 创建并返回一个对象。 + * * 如果需要获取需要初始化参数的对象实例,请使用此方法。 * * @param object|string $class