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'; }