fix: use markdown to send user lead invitation mail
This commit is contained in:
parent
eb6d3ce091
commit
fb5c09dcd8
|
|
@ -38,7 +38,7 @@ class UserLeadInvitation extends Mailable implements ShouldQueue
|
|||
public function content(): Content
|
||||
{
|
||||
return new Content(
|
||||
view: 'mail.user-lead-invitation',
|
||||
markdown: 'mail.user-lead-invitation',
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue