From 749e8f673b831dc6e360ea6d9f20e2aa3a60ed51 Mon Sep 17 00:00:00 2001 From: Hide_D Date: Wed, 18 Sep 2024 16:08:25 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20StaticEventHandler=20=EB=B2=84=EA=B7=B8?= =?UTF-8?q?=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/sammo/StaticEventHandler.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } } }