This commit is contained in:
2021-07-21 16:08:49 +08:00
parent cbb3deda1f
commit 43794de52b
+1 -1
View File
@@ -60,7 +60,7 @@ class ServerWorker extends \Server\Abstracts\Server
if (Snowflake::getPlatform()->isMac()) {
return;
}
$name = Config::get('id', 'system-service') . '.';
$name = Config::get('id', 'system-service');
if (!empty($prefix)) {
$name .= '.' . $prefix;
}