mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-08-07 14:19:46 +08:00
Update InstallService.php
This commit is contained in:
parent
417118eebb
commit
5617db4e42
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user