From 2546a66d2fb782f684ae8011a4d2ad2824700979 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Mon, 14 Sep 2020 03:00:19 +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 | 1 + 1 file changed, 1 insertion(+) diff --git a/System/Process/ServerInotify.php b/System/Process/ServerInotify.php index e756c1ca..2b5c1758 100644 --- a/System/Process/ServerInotify.php +++ b/System/Process/ServerInotify.php @@ -65,6 +65,7 @@ class ServerInotify extends Process public function tick() { $this->loadByDir(APP_PATH . 'app', true); + $this->loadByDir(APP_PATH . 'routes', true); }