From 8c5eefb9a7c1e7d40d80cee77434059f82dfc3cc Mon Sep 17 00:00:00 2001 From: xl Date: Mon, 18 Nov 2024 11:38:27 +0800 Subject: [PATCH] eee --- Abstracts/HotReload.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Abstracts/HotReload.php b/Abstracts/HotReload.php index f219294..6f674bb 100644 --- a/Abstracts/HotReload.php +++ b/Abstracts/HotReload.php @@ -41,7 +41,7 @@ class HotReload extends AbstractProcess */ public function getName(): string { - return 'custom.process'; + return 'hotReload.process'; }