diff --git a/hwe/sammo/StaticEventHandler.php b/hwe/sammo/StaticEventHandler.php index ad94ba45..3bf45e52 100644 --- a/hwe/sammo/StaticEventHandler.php +++ b/hwe/sammo/StaticEventHandler.php @@ -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); } } }