From 87e91ad85015a30956eca225818f7a5c15354d3c Mon Sep 17 00:00:00 2001 From: "as2252258@163.com" Date: Fri, 7 Apr 2023 00:11:29 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=98=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- function.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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); }