fix sib config

This commit is contained in:
Maxime 2022-12-05 12:36:00 +01:00
parent 655ffce923
commit 08d230befd
1 changed files with 2 additions and 1 deletions

View File

@ -33,6 +33,7 @@ class SendinblueProvider implements TemplateMailProvider
public function send(MailTemplate $template, $notifiable = null)
{
$config = $this->config;
$data = $template->toArray();
$model = new SendSmtpEmail();
@ -71,4 +72,4 @@ class SendinblueProvider implements TemplateMailProvider
$this->api->sendTransacEmail($model);
}
}
}