Fixes for conflicts
This commit is contained in:
parent
2acd39c73e
commit
1cda49e6bb
1 changed files with 1 additions and 1 deletions
|
|
@ -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));
|
||||
return $mailManager;
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue