From 7b421bfc3937dbca4dbb687e86091c24f490f383 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Thu, 3 Sep 2020 01:31:53 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- system/Process/ServerInotify.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/Process/ServerInotify.php b/system/Process/ServerInotify.php index d450b12f..37c3e698 100644 --- a/system/Process/ServerInotify.php +++ b/system/Process/ServerInotify.php @@ -63,7 +63,7 @@ class ServerInotify extends Process { $this->debug('file modify listener.'); - $this->loadByDir(APP_PATH . '/app'); + $this->loadByDir(APP_PATH . 'app'); }