From 65cbde37068d4f9179dbd2a09e0c111434db446c Mon Sep 17 00:00:00 2001 From: "as2252258@163.com" Date: Thu, 30 Mar 2023 23:01:51 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=98=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ServerCommand.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ServerCommand.php b/ServerCommand.php index 4ffb4db..722e32c 100644 --- a/ServerCommand.php +++ b/ServerCommand.php @@ -117,10 +117,10 @@ class ServerCommand extends Command */ protected function scan_file(): void { - $config = Config::get('reload.scanner', []); - if (is_array($config)) foreach ($config as $key => $value) { - scan_directory($value, $key); - } +// $config = Config::get('reload.scanner', []); +// if (is_array($config)) foreach ($config as $key => $value) { +// scan_directory($value, $key); +// } } }