Add back logging into Ninja Mailer
This commit is contained in:
parent
dcf5a62396
commit
4739bd3dc7
1 changed files with 3 additions and 0 deletions
|
|
@ -611,6 +611,9 @@ class NinjaMailerJob implements ShouldQueue
|
|||
|
||||
public function failed($exception = null)
|
||||
{
|
||||
if($exception)
|
||||
nlog($exception->getMessage());
|
||||
|
||||
config(['queue.failed.driver' => null]);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue