This commit is contained in:
2023-04-07 00:05:01 +08:00
parent df76dcaa54
commit 21de24af6a
+14
View File
@@ -36,6 +36,20 @@ if (!function_exists('make')) {
}
}
if (!function_exists('copy')) {
/**
* @param $name
* @return mixed
* @throws
*/
function copy($name): mixed
{
return Kiri::getDi()->copy($name);
}
}
if (!function_exists('isJson')) {