no message

This commit is contained in:
hellcat 2025-07-15 17:15:01 +08:00
parent 6ba0665967
commit aeff16682e

View File

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