updated mail settings because, we are "pyro"

This commit is contained in:
KalebSchmidlkofer
2025-01-27 19:42:28 -08:00
parent 68d799dd33
commit 36d3c229b7

View File

@@ -20,8 +20,8 @@ class MailTested extends Notification
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!');
}
}