mirror of
https://github.com/nothingworksinc/ticketbeast.git
synced 2026-01-26 11:14:06 +00:00
137 - Mailable Testing Refresher and Demo
This commit is contained in:
@@ -30,6 +30,7 @@ class AttendeeMessageEmail extends Mailable
|
||||
*/
|
||||
public function build()
|
||||
{
|
||||
return $this->view('view.name');
|
||||
return $this->subject($this->attendeeMessage->subject)
|
||||
->text('emails.attendee-message-email');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user