Update ContactAdmin mail, set New Support Message subject
This commit is contained in:
parent
15c4fdd90c
commit
bc3add0525
1 changed files with 1 additions and 1 deletions
|
@ -32,6 +32,6 @@ class ContactAdmin extends Mailable
|
||||||
public function build()
|
public function build()
|
||||||
{
|
{
|
||||||
$contact = $this->contact;
|
$contact = $this->contact;
|
||||||
return $this->markdown('emails.contact.admin')->with(compact('contact'));
|
return $this->subject('New Support Message')->markdown('emails.contact.admin')->with(compact('contact'));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue