Skip to content

Commit 4a03bd8

Browse files
committed
fix report notification
1 parent a9f3c7d commit 4a03bd8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Notifications/Admin/ReportNotification.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@ public function toMail($notifiable)
3131
$mailMessage = new MailMessage();
3232

3333
$mailMessage->subject($this->subject)
34-
->line($this->message)
35-
->salutation('El equipo Yapayoo');
34+
->line($this->message);
3635

3736
if ($this->urlAction) {
3837
$mailMessage->action('VER', $this->urlAction);

0 commit comments

Comments
 (0)