变更
This commit is contained in:
+2
-2
@@ -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);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user