This commit is contained in:
as2252258@163.com
2021-04-04 03:01:12 +08:00
parent 59a8974672
commit c7e059f104
14 changed files with 1230 additions and 1230 deletions
+1 -1
View File
@@ -616,7 +616,7 @@ if (!function_exists('name')) {
return;
}
$name = Config::get('id', false, 'system') . '[' . $pid . ']';
$name = Config::get('id', 'system') . '[' . $pid . ']';
if (!empty($prefix)) {
$name .= '.' . $prefix;
}