config = $config; } public function send(MailTemplate $template, $notifiable = null) { Log::debug("Mail Templates: send()", [ 'template' => $template->toArray(), 'notifiable' => $notifiable ]); } }