Skip to content

Commit

Permalink
Update Nsp.php
Browse files Browse the repository at this point in the history
fixed dublicate call in emit
  • Loading branch information
imk812 authored Jun 26, 2023
1 parent c4ca48f commit bb0d024
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Nsp.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down

0 comments on commit bb0d024

Please sign in to comment.