no message

This commit is contained in:
hellcat 2025-07-19 18:04:40 +08:00
parent 08920ccffa
commit c7bab019b5

View File

@ -88,7 +88,7 @@ final class HookController
$sUClassPath = "App\\Services\\TG\\Hook\\Mod\\".$sUClass;
$oInstans = new $sUClassPath($aUpdate);
$r = $oInstans->$sFunc($aParams, aUpdate);
$r = $oInstans->$sFunc($aParams, $aUpdate);
// 兼容大小写,自己挖的坑
// if (method_exists($sClassPath, $sFunc)) {