Additional logging

This commit is contained in:
David Bomba 2023-02-23 09:29:18 +11:00
parent f36fa185dc
commit 9286e938d5

View File

@ -172,6 +172,7 @@ class EmailEntity implements ShouldQueue
public function failed($e)
{
// nlog($e->getMessage());
nlog("EmailEntity");
nlog($e->getMessage());
}
}