This commit is contained in:
aozhiwei 2024-08-02 18:52:11 +08:00
parent 716f7fbb8c
commit a80c0eb249

View File

@ -874,7 +874,7 @@ class BaseAuthedController extends BaseController {
die();
}
public function fireEvent($modleName, $eventName, ...$args)
public function _fireEvent($moduleName, $eventName, ...$args)
{
return myself()->_internalCallModuleStatic('events', $moduleName, $eventName, ...$args);
}