fix notifications (#109)

This commit is contained in:
Saeed Vaziry
2024-02-16 21:54:51 +01:00
committed by GitHub
parent f70963d6bb
commit 9db310a06b
14 changed files with 20 additions and 12 deletions

View File

@ -25,7 +25,7 @@ public function rawText(): string
]);
}
public function toMail(object $notifiable): MailMessage
public function toEmail(object $notifiable): MailMessage
{
return (new MailMessage)
->subject(__('Failed to delete the server from the provider!'))