Skip to content

Commit

Permalink
updated mail settings because, we are "pyro"
Browse files Browse the repository at this point in the history
  • Loading branch information
olwalkey committed Jan 28, 2025
1 parent 68d799d commit 36d3c22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/Notifications/MailTested.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ public function via(): array
public function toMail(): MailMessage
{
return (new MailMessage())
->subject('Pterodactyl Test Message')
->subject('Pyrodactyl Test Message')
->greeting('Hello ' . $this->user->name . '!')
->line('This is a test of the Pterodactyl mail system. You\'re good to go!');
->line('This is a test of the Pyrodactyl mail system. You\'re good to go!');
}
}

0 comments on commit 36d3c22

Please sign in to comment.