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); +// } } }