fix devops error
This commit is contained in:
@@ -12,8 +12,6 @@ class ConfirmationCommande extends TemplateMailable
|
||||
{
|
||||
use MailCustomers, Queueable, SerializesModels;
|
||||
|
||||
protected static $templateModelClass = MailTemplate::class;
|
||||
|
||||
public $email;
|
||||
|
||||
public $nom;
|
||||
@@ -40,6 +38,8 @@ class ConfirmationCommande extends TemplateMailable
|
||||
|
||||
public $livraison_ville;
|
||||
|
||||
protected static $templateModelClass = MailTemplate::class;
|
||||
|
||||
public function __construct($order)
|
||||
{
|
||||
$this->prenom = $order->customer->first_name;
|
||||
|
||||
Reference in New Issue
Block a user