mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-05-24 02:14:21 -04:00
Fixes for broken invoice pdf links
This commit is contained in:
parent
bd3b80bc4e
commit
4031606de4
@ -28,10 +28,7 @@ class MailServiceProvider extends MailProvider
|
||||
|
||||
public function boot()
|
||||
{
|
||||
$this->app->afterResolving('mail.manager', function (GmailTransportManager $mailManager) {
|
||||
$mailManager->getSwiftMailer()->registerPlugin($this->app->make(CssInlinerPlugin::class));
|
||||
return $mailManager;
|
||||
});
|
||||
app('mail.manager')->getSwiftMailer()->registerPlugin($this->app->make(CssInlinerPlugin::class));
|
||||
}
|
||||
|
||||
protected function registerIlluminateMailer()
|
||||
|
Loading…
x
Reference in New Issue
Block a user