This commit is contained in:
2023-04-07 00:11:29 +08:00
parent 21de24af6a
commit 87e91ad850
+2 -2
View File
@@ -36,7 +36,7 @@ if (!function_exists('make')) {
} }
} }
if (!function_exists('copy')) { if (!function_exists('replica')) {
/** /**
@@ -44,7 +44,7 @@ if (!function_exists('copy')) {
* @return mixed * @return mixed
* @throws * @throws
*/ */
function copy($name): mixed function replica($name): mixed
{ {
return Kiri::getDi()->copy($name); return Kiri::getDi()->copy($name);
} }