1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-10 13:12:50 +01:00

Merge pull request #8296 from turbo124/v5-develop

Additional logging
This commit is contained in:
David Bomba 2023-02-23 09:29:51 +11:00 committed by GitHub
commit 2f61b16ffd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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