diff --git a/function.php b/function.php index fe7ca3b6..5d3f99ea 100644 --- a/function.php +++ b/function.php @@ -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 * @throws */ - function copy($name): mixed + function replica($name): mixed { return Kiri::getDi()->copy($name); }