Merge pull request #6058 from turbo124/v5-develop
Fixes for postmark bindings
This commit is contained in:
commit
d088bb29b7
1 changed files with 3 additions and 3 deletions
|
|
@ -14,12 +14,12 @@ class MailServiceProvider extends MailProvider
|
|||
|
||||
public function register()
|
||||
{
|
||||
$this->registerIlluminateMailer();
|
||||
}
|
||||
|
||||
public function boot()
|
||||
{
|
||||
$this->registerIlluminateMailer();
|
||||
|
||||
|
||||
}
|
||||
|
||||
protected function registerIlluminateMailer()
|
||||
|
|
@ -33,7 +33,7 @@ class MailServiceProvider extends MailProvider
|
|||
});
|
||||
|
||||
$this->app['mail.manager']->extend('postmark', function () {
|
||||
|
||||
|
||||
return new PostmarkTransport(
|
||||
$this->guzzle(config('postmark.guzzle', [])),
|
||||
config('postmark.secret')
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue