mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-08-09 23:19:45 +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
|
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, '\\', '/'));
|
$data[] = $this->_getInfo(strtr($file, '\\', '/'));
|
||||||
}
|
}
|
||||||
return $data;
|
return $data;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user