Skip to content

Commit 4d5bb78

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

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($instance);
171+
$this->dispatched = dispatch_now($instance);
172172
}
173173

174174
return $this;

0 commit comments

Comments
 (0)