Skip to content

Commit

Permalink
Update AbstractProvider.php
Browse files Browse the repository at this point in the history
  • Loading branch information
hotmeteor committed Dec 2, 2022
1 parent 4d5bb78 commit d7a713c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Providers/AbstractProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ protected function handle(): static
if (class_exists($class)) {
$instance = new $class($event, $this->webhook->getData(), $this->webhook);

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

return $this;
Expand Down

0 comments on commit d7a713c

Please sign in to comment.