modify mysql result

This commit is contained in:
2022-04-10 14:27:39 +08:00
parent e56139b39e
commit 93e1b49a8c
+1 -3
View File
@@ -61,9 +61,7 @@ class Inotify extends BaseProcess
public function onSigterm(): static
{
Timer::clear($this->cid);
$this->isStop = true;
$this->clear();
return parent::onSigterm(); // TODO: Change the autogenerated stub
}