mirror of
https://github.com/nothingworksinc/ticketbeast.git
synced 2026-02-03 12:48:15 +00:00
96 - Testing Mailable Contents
This commit is contained in:
@@ -30,6 +30,7 @@ class OrderConfirmationEmail extends Mailable
|
||||
*/
|
||||
public function build()
|
||||
{
|
||||
return $this->view('view.name');
|
||||
return $this->view('emails.order-confirmation-email')
|
||||
->subject("Your TicketBeast Order");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user