From bb0d0249c1ea49692598c8d79f42bed1d11ff9ec Mon Sep 17 00:00:00 2001 From: imk812 <137381803+imk812@users.noreply.github.com> Date: Mon, 26 Jun 2023 09:36:26 +0300 Subject: [PATCH] Update Nsp.php fixed dublicate call in emit --- src/Nsp.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Nsp.php b/src/Nsp.php index 337aba7..045cd72 100644 --- a/src/Nsp.php +++ b/src/Nsp.php @@ -101,7 +101,6 @@ public function emit($ev = null) if (isset(self::$events[$ev])) { call_user_func_array(array(get_parent_class(__CLASS__), 'emit'), $args); - call_user_func_array(array(__CLASS__, 'parent::emit'), $args); } else {