Merge pull request #4866 from turbo124/v5-develop

Register mail.mailer
This commit is contained in:
David Bomba 2021-02-10 22:17:56 +11:00 committed by GitHub
commit 24c466299e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,6 +11,8 @@ class MailServiceProvider extends MailProvider
public function register()
{
$this->registerSwiftTransport();
$this->registerIlluminateMailer();
$this->registerMarkdownRenderer();
}
protected function registerSwiftTransport()