fix sib config

This commit is contained in:
2022-12-05 12:36:00 +01:00
parent 655ffce923
commit 08d230befd

View File

@@ -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);
} }
} }