mirror of
https://github.com/nothingworksinc/ticketbeast.git
synced 2026-02-06 05:49:12 +00:00
155 - Test-Driving the Email Contents
This commit is contained in:
@@ -30,6 +30,7 @@ class InvitationEmail extends Mailable
|
||||
*/
|
||||
public function build()
|
||||
{
|
||||
return $this->view('view.name');
|
||||
return $this->view('emails.invitation-email')
|
||||
->subject("You're invited to join TicketBeast!");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user