Skip to content

Commit

Permalink
fix report notification
Browse files Browse the repository at this point in the history
  • Loading branch information
cesargb committed Apr 25, 2023
1 parent a9f3c7d commit 4a03bd8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Notifications/Admin/ReportNotification.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@ public function toMail($notifiable)
$mailMessage = new MailMessage();

$mailMessage->subject($this->subject)
->line($this->message)
->salutation('El equipo Yapayoo');
->line($this->message);

if ($this->urlAction) {
$mailMessage->action('VER', $this->urlAction);
Expand Down

0 comments on commit 4a03bd8

Please sign in to comment.