Small layout change [skip ci]

This commit is contained in:
James Cole
2017-09-14 16:13:25 +02:00
parent 768c7e53b4
commit afe9d109b3
2 changed files with 30 additions and 2 deletions

View File

@@ -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));
}