Fixes for postmark bindings

This commit is contained in:
David Bomba 2021-06-17 14:34:01 +10:00
parent ec9a49a04c
commit cdd074f000

View File

@ -14,11 +14,11 @@ class MailServiceProvider extends MailProvider
public function register() public function register()
{ {
$this->registerIlluminateMailer();
} }
public function boot() public function boot()
{ {
$this->registerIlluminateMailer();
} }