This commit is contained in:
xl
2024-08-29 18:06:58 +08:00
parent 917e82064a
commit 12a1aac9e5
+1 -1
View File
@@ -50,7 +50,7 @@ class HotReload extends BaseProcess
public function getName(): string
{
// TODO: Change the autogenerated stub
return '[' . \config('id', 'system-service') . '].hot.load';
return 'hot.load';
}