mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 04:20:49 +08:00
modal show global
This commit is contained in:
@@ -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");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user