fix sib config
This commit is contained in:
parent
655ffce923
commit
08d230befd
|
@ -33,6 +33,7 @@ class SendinblueProvider implements TemplateMailProvider
|
||||||
|
|
||||||
public function send(MailTemplate $template, $notifiable = null)
|
public function send(MailTemplate $template, $notifiable = null)
|
||||||
{
|
{
|
||||||
|
$config = $this->config;
|
||||||
$data = $template->toArray();
|
$data = $template->toArray();
|
||||||
|
|
||||||
$model = new SendSmtpEmail();
|
$model = new SendSmtpEmail();
|
||||||
|
@ -71,4 +72,4 @@ class SendinblueProvider implements TemplateMailProvider
|
||||||
|
|
||||||
$this->api->sendTransacEmail($model);
|
$this->api->sendTransacEmail($model);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue