Merge pull request #4916 from turbo124/v5-develop
Wire up settings in mailer job
This commit is contained in:
commit
943bede7ac
1 changed files with 3 additions and 0 deletions
|
|
@ -47,11 +47,14 @@ class NinjaMailerJob implements ShouldQueue
|
|||
|
||||
public $nmo;
|
||||
|
||||
public $settings;
|
||||
|
||||
public function __construct(NinjaMailerObject $nmo)
|
||||
{
|
||||
|
||||
$this->nmo = $nmo;
|
||||
|
||||
$this->settings = $nmo->settings;
|
||||
}
|
||||
|
||||
public function handle()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue