mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Small layout change [skip ci]
This commit is contained in:
@@ -55,8 +55,7 @@ class MailError extends Job implements ShouldQueue
|
||||
$this->destination = $destination;
|
||||
$this->ipAddress = $ipAddress;
|
||||
$this->exception = $exceptionData;
|
||||
|
||||
$debug = $exceptionData;
|
||||
$debug = $exceptionData;
|
||||
unset($debug['stackTrace']);
|
||||
Log::error('Exception is: ' . json_encode($debug));
|
||||
}
|
||||
|
Reference in New Issue
Block a user