From 7e2d920f6c06e83290dc68bf5fc1e85666fa8f2a Mon Sep 17 00:00:00 2001 From: as2252258 Date: Fri, 29 Apr 2022 16:54:33 +0800 Subject: [PATCH] modify mysql result --- Inotify.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Inotify.php b/Inotify.php index 0947999..c5546e9 100644 --- a/Inotify.php +++ b/Inotify.php @@ -27,6 +27,9 @@ class Inotify extends BaseProcess public bool $isReloading = FALSE; + public string $name = 'inotify listen'; + + public array $dirs = [];