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 = [];