diff --git a/Abstracts/HotReload.php b/Abstracts/HotReload.php index d7a4bc5..9f2df96 100644 --- a/Abstracts/HotReload.php +++ b/Abstracts/HotReload.php @@ -52,6 +52,8 @@ class HotReload extends AbstractProcess { // TODO: Implement onSigterm() method. fclose(inotify_init()); + + $this->stop(); } /**