This commit is contained in:
2021-11-05 11:03:00 +08:00
parent 77aa761e82
commit e738b084b4
+1
View File
@@ -47,6 +47,7 @@ class Inotify
public function clear() public function clear()
{ {
Event::del($this->inotify); Event::del($this->inotify);
Event::exit();
} }