diff --git a/vendor/zoujingli/think-library/src/service/InstallService.php b/vendor/zoujingli/think-library/src/service/InstallService.php index 38da79168..40d3b6c2b 100644 --- a/vendor/zoujingli/think-library/src/service/InstallService.php +++ b/vendor/zoujingli/think-library/src/service/InstallService.php @@ -188,7 +188,7 @@ class InstallService extends Service */ private function _scanList($path, $data = []): array { - foreach (NodeService::instance()->scanDirectory($path) as $file) { + foreach (NodeService::instance()->scanDirectory($path, [], null) as $file) { $data[] = $this->_getInfo(strtr($file, '\\', '/')); } return $data;