fix: StaticEventHandler 버그 수정
This commit is contained in:
@@ -19,7 +19,7 @@ class StaticEventHandler
|
||||
|
||||
foreach ($handlersList as $handlerName) {
|
||||
$handler = buildStaticEventClass($handlerName);
|
||||
$handler->run($general, $destGeneral, $env, ...$params);
|
||||
$handler->run($general, $destGeneral, $env, $params);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user