diff --git a/system/Process/ServerInotify.php b/system/Process/ServerInotify.php index 37c3e698..845abd5e 100644 --- a/system/Process/ServerInotify.php +++ b/system/Process/ServerInotify.php @@ -47,7 +47,7 @@ class ServerInotify extends Process Event::add($this->inotify, [$this, 'check']); Event::wait(); } else { - $this->loadByDir(APP_PATH . '/app'); + $this->loadByDir(APP_PATH . 'app'); Timer::tick(1000, [$this, 'tick']); } }