mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-07 18:54:30 -04:00
Merge pull request #4916 from turbo124/v5-develop
Wire up settings in mailer job
This commit is contained in:
commit
943bede7ac
@ -47,11 +47,14 @@ class NinjaMailerJob implements ShouldQueue
|
|||||||
|
|
||||||
public $nmo;
|
public $nmo;
|
||||||
|
|
||||||
|
public $settings;
|
||||||
|
|
||||||
public function __construct(NinjaMailerObject $nmo)
|
public function __construct(NinjaMailerObject $nmo)
|
||||||
{
|
{
|
||||||
|
|
||||||
$this->nmo = $nmo;
|
$this->nmo = $nmo;
|
||||||
|
|
||||||
|
$this->settings = $nmo->settings;
|
||||||
}
|
}
|
||||||
|
|
||||||
public function handle()
|
public function handle()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user