Skip to content

Commit

Permalink
Merge pull request #290 from imk812/master
Browse files Browse the repository at this point in the history
Update Nsp.php
  • Loading branch information
walkor committed Jun 26, 2023
2 parents c4ca48f + bb0d024 commit ddc1d49
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 ddc1d49

Please sign in to comment.