modal show global

This commit is contained in:
xiaomlove
2022-08-10 17:38:05 +08:00
parent 72b80887a4
commit e9b141fc00
34 changed files with 1106 additions and 175 deletions

View File

@@ -36,8 +36,6 @@ class Plugin
$className = str_replace('ServiceProvider', 'Repository', $provider);
if (class_exists($className)) {
call_user_func([new $className, 'boot']);
} else {
do_log("Plugin: $className not exists.", "error");
}
}
}