diff --git a/kiri-engine/Reload/Scaner.php b/kiri-engine/Reload/Scaner.php index fb1d21e2..db38e162 100644 --- a/kiri-engine/Reload/Scaner.php +++ b/kiri-engine/Reload/Scaner.php @@ -130,19 +130,6 @@ class Scaner extends BaseProcess $this->tick(); } - - /** - * @return $this - */ - public function onSigterm(): static - { - pcntl_signal(SIGTERM, function () { - $this->onProcessStop(); - }); - return $this; - } - - /** * @throws Exception */