no message
This commit is contained in:
parent
6ba0665967
commit
aeff16682e
@ -87,7 +87,7 @@ final class HookController
|
|||||||
$sClassPath = "App\\Services\\TG\\Hook\\Mod\\".$sClass;
|
$sClassPath = "App\\Services\\TG\\Hook\\Mod\\".$sClass;
|
||||||
$sUClassPath = "App\\Services\\TG\\Hook\\Mod\\".$sUClass;
|
$sUClassPath = "App\\Services\\TG\\Hook\\Mod\\".$sUClass;
|
||||||
|
|
||||||
$oInstans = new $sClassPath($aUpdate);
|
$oInstans = new $sUClassPath($aUpdate);
|
||||||
$r = $oInstans->$sFunc($aParams);
|
$r = $oInstans->$sFunc($aParams);
|
||||||
|
|
||||||
// 兼容大小写,自己挖的坑
|
// 兼容大小写,自己挖的坑
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user