no message

This commit is contained in:
hellcat 2025-12-19 17:51:18 +08:00
parent 96226dc94e
commit 81224d9fa1

View File

@ -70,7 +70,7 @@ final class HookController
$aParams['aOption'] = $aOption;
$aParams['aArg'] = $aArg;
$sClassPath = "App\\Services\\TG\\Hook\\Mod\\".$sClass;
$sClassPath = "App\\Services\\Tg\\Hook\\Mod\\".$sClass;
// if (method_exists($sClassPath, $sFunc)) {
$oInstans = new $sClassPath($aUpdate);