Skip to content

Commit

Permalink
Remove unused event
Browse files Browse the repository at this point in the history
  • Loading branch information
timacdonald committed Dec 1, 2023
1 parent 6313652 commit d050a7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PulseServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ protected function listenForEvents(): void
$event->listen([
Looping::class,
WorkerStopping::class,
], function ($event) use ($app) {
], function () use ($app) {
$app->make(Pulse::class)->store();
});
});
Expand Down

0 comments on commit d050a7b

Please sign in to comment.