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