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.
1 parent f537295 commit 680fd78Copy full SHA for 680fd78
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