From e56139b39e20e8e66fddecf029ea16b9a2688b00 Mon Sep 17 00:00:00 2001 From: as2252258 Date: Sun, 10 Apr 2022 03:55:49 +0800 Subject: [PATCH] modify mysql result --- Inotify.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Inotify.php b/Inotify.php index c9f8bf9..8005714 100644 --- a/Inotify.php +++ b/Inotify.php @@ -26,7 +26,7 @@ class Inotify extends BaseProcess public array $dirs = []; - protected int $cid; + protected int $cid = -1; const IG_DIR = [APP_PATH . 'commands', APP_PATH . '.git', APP_PATH . '.gitee'];