From ac78165c2560079c797019edb740b225f023411b Mon Sep 17 00:00:00 2001 From: as2252258 Date: Sun, 10 Apr 2022 15:13:03 +0800 Subject: [PATCH] modify mysql result --- Server.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Server.php b/Server.php index 99134a7..804dce6 100644 --- a/Server.php +++ b/Server.php @@ -111,7 +111,7 @@ class Server extends HttpService $this->manager->addListener($rpcService['type'], $rpcService['host'], $rpcService['port'], $rpcService['mode'], $rpcService); } - $this->process[] = Inotify::class; +// $this->process[] = Inotify::class; $processes = array_merge($this->process, Config::get('processes', []));