plugin sticky promotion do not change torrent original field

This commit is contained in:
xiaomlove
2022-06-10 01:25:13 +08:00
parent d95979b579
commit 35f78b4b77
7 changed files with 35 additions and 14 deletions

View File

@@ -36,6 +36,8 @@ 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");
}
}
}