From 12a1aac9e5c80d6df9749363b88027dcda5f0145 Mon Sep 17 00:00:00 2001 From: xl Date: Thu, 29 Aug 2024 18:06:58 +0800 Subject: [PATCH] eee --- HotReload.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HotReload.php b/HotReload.php index 2c2a964..4c7eff2 100644 --- a/HotReload.php +++ b/HotReload.php @@ -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'; }