* Modify array key for print doc tree.

This commit is contained in:
tianshujie
2023-03-22 16:43:43 +08:00
parent f7936b7f74
commit c5d7dc15ee
+1 -1
View File
@@ -2907,7 +2907,7 @@ EOT;
$moduleTree[$module->id] = $item;
}
return $moduleTree;
return array_values($moduleTree);
}
/**