modify mysql result

This commit is contained in:
2022-04-29 16:59:49 +08:00
parent cf22354c4e
commit 804f795f98
-2
View File
@@ -71,8 +71,6 @@ class Inotify extends BaseProcess
{
pcntl_signal(SIGTERM, function () {
$this->isStop = true;
$this->clear();
});
return $this;
}