Mailer a search in LognDesc
This commit is contained in:
@@ -32,6 +32,6 @@ class SendFeedbackMail extends Mailable
|
||||
*/
|
||||
public function build()
|
||||
{
|
||||
return $this->subject('IKEA Feedback Mail')->view('mails.feedback');
|
||||
return $this->subject('IKEA Feedback Mail')->view('mails.feedback')->with(['data' => $this->data]);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user