We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffb4339 commit f879657Copy full SHA for f879657
1 file changed
src/Handler.php
@@ -43,7 +43,7 @@ public function handle()
43
if (!$this->validate()) {
44
return false;
45
}
46
- return call_user_func_array(
+ return call_user_func(
47
$this->webhookCall,[
48
'event'=>$this->event,
49
'delivery'=>$this->delivery,
0 commit comments