@@ -64,7 +64,7 @@ |
||
64 | 64 | if (isset($data['trace'])) { |
65 | 65 | $logEntry->setTrace($data['trace']); |
66 | 66 | } |
67 | - } elseif (!is_null($exception)) { |
|
67 | + } elseif (!is_null($exception)) { |
|
68 | 68 | $logEntry->error($exception); |
69 | 69 | } |
70 | 70 |