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)
|
||||
{
|
||||
$config = $this->config;
|
||||
$data = $template->toArray();
|
||||
|
||||
$model = new SendSmtpEmail();
|
||||
|
|
Loading…
Reference in New Issue