1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-21 00:41:34 +02:00

Fixes for conflicts

This commit is contained in:
David Bomba 2021-06-17 18:20:03 +10:00
parent 2acd39c73e
commit 1cda49e6bb

View File

@ -51,7 +51,7 @@ class MailServiceProvider extends MailProvider
}); });
$this->app->afterResolving('mail.manager', function (MailManager $mailManager) { $this->app->afterResolving('mail.manager', function (GmailTransportManager $mailManager) {
$mailManager->getSwiftMailer()->registerPlugin($this->app->make(CssInlinerPlugin::class)); $mailManager->getSwiftMailer()->registerPlugin($this->app->make(CssInlinerPlugin::class));
return $mailManager; return $mailManager;
}); });