1
This commit is contained in:
parent
716f7fbb8c
commit
a80c0eb249
@ -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);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user