mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-07 00:42:34 +00:00
2.x - databases
This commit is contained in:
@ -21,7 +21,7 @@ public function via(object $notifiable): string
|
||||
|
||||
public function toEmail(object $notifiable): MailMessage
|
||||
{
|
||||
return (new MailMessage())
|
||||
return (new MailMessage)
|
||||
->subject('Notification')
|
||||
->line($this->rawText());
|
||||
}
|
||||
|
Reference in New Issue
Block a user