Skip to content

Commit

Permalink
Fix dispatch mail to Mail screen
Browse files Browse the repository at this point in the history
  • Loading branch information
luanfreitasdev authored Nov 21, 2024
1 parent b8a61c4 commit 9b75e53
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Observers/MailObserver.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ public function register(): void

$dumps->send($payload);
$dumps->label('Mail');
$dumps->s('Mail');
});

Event::listen(NotificationSent::class, function (NotificationSent $notificationSent) {
Expand Down

0 comments on commit 9b75e53

Please sign in to comment.