mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-08 17:24:29 -04:00
Merge pull request #6058 from turbo124/v5-develop
Fixes for postmark bindings
This commit is contained in:
commit
d088bb29b7
@ -14,11 +14,11 @@ class MailServiceProvider extends MailProvider
|
|||||||
|
|
||||||
public function register()
|
public function register()
|
||||||
{
|
{
|
||||||
|
$this->registerIlluminateMailer();
|
||||||
}
|
}
|
||||||
|
|
||||||
public function boot()
|
public function boot()
|
||||||
{
|
{
|
||||||
$this->registerIlluminateMailer();
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user