mirror of
https://gitee.com/niucloud-team/niucloud-admin.git
synced 2025-12-13 11:12:49 +00:00
Update Index.php
This commit is contained in:
parent
8f01f73741
commit
f21b7a711c
@ -484,7 +484,9 @@ class Index extends BaseInstall
|
||||
|
||||
if (!empty($addon_files)) {
|
||||
foreach ($addon_files as $addon) {
|
||||
(new CoreAddonInstallService())->install($addon);
|
||||
$service = (new coreAddonInstallService($addon));
|
||||
$service->installCheck();
|
||||
$service->install();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user