|
|
@@ -32,7 +32,6 @@ class SupportTicket extends Mailable |
|
|
|
$this->user_message = $user_message; |
|
|
|
$this->type = $ticket->type; |
|
|
|
$this->id = $ticket->id; |
|
|
|
Log::debug($this->user_message); |
|
|
|
} |
|
|
|
|
|
|
|
/** |
|
|
@@ -45,6 +44,7 @@ class SupportTicket extends Mailable |
|
|
|
$this->view('support-ticket'); |
|
|
|
$this->from('donotreply@trendplays.com'); |
|
|
|
$this->subject("Ticket: $this->id, $this->type"); |
|
|
|
$this->replyTo($this->email); |
|
|
|
return $this; |
|
|
|
} |
|
|
|
} |