Skip to content

Commit f879657

Browse files
committed
removed _arr from call_user_func_arr
1 parent ffb4339 commit f879657

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Handler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public function handle()
4343
if (!$this->validate()) {
4444
return false;
4545
}
46-
return call_user_func_array(
46+
return call_user_func(
4747
$this->webhookCall,[
4848
'event'=>$this->event,
4949
'delivery'=>$this->delivery,

0 commit comments

Comments
 (0)