Skip to content

Commit d7a713c

Browse files
committed
Update AbstractProvider.php
1 parent 4d5bb78 commit d7a713c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Providers/AbstractProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ protected function handle(): static
168168
if (class_exists($class)) {
169169
$instance = new $class($event, $this->webhook->getData(), $this->webhook);
170170

171-
$this->dispatched = dispatch_now($instance);
171+
$this->dispatched = $class::dispatchAfterResponse($event, $this->webhook->getData());
172172
}
173173

174174
return $this;

0 commit comments

Comments
 (0)