We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f537295 + 680fd78 commit 5ae300cCopy full SHA for 5ae300c
src/ReportHandler.php
@@ -36,6 +36,7 @@ public function handleReport($report, $subscription, $message)
36
{
37
if ($report->isSuccess()) {
38
$this->events->dispatch(new NotificationSent($report, $subscription, $message));
39
+
40
return;
41
}
42
0 commit comments