Additional logging
This commit is contained in:
parent
f36fa185dc
commit
9286e938d5
1 changed files with 2 additions and 1 deletions
|
|
@ -172,6 +172,7 @@ class EmailEntity implements ShouldQueue
|
|||
|
||||
public function failed($e)
|
||||
{
|
||||
// nlog($e->getMessage());
|
||||
nlog("EmailEntity");
|
||||
nlog($e->getMessage());
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue