mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-09 16:24:51 +00:00
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()
|
||||
{
|
||||
$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…
Reference in a new issue