mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Register mail.mailer
This commit is contained in:
parent
4b01e35266
commit
02ad1c0a55
@ -11,6 +11,8 @@ class MailServiceProvider extends MailProvider
|
|||||||
public function register()
|
public function register()
|
||||||
{
|
{
|
||||||
$this->registerSwiftTransport();
|
$this->registerSwiftTransport();
|
||||||
|
$this->registerIlluminateMailer();
|
||||||
|
$this->registerMarkdownRenderer();
|
||||||
}
|
}
|
||||||
|
|
||||||
protected function registerSwiftTransport()
|
protected function registerSwiftTransport()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user