@@ -39,9 +39,9 @@ |
||
| 39 | 39 | [], |
| 40 | 40 | ['notifier' => $this->config['notifier']], |
| 41 | 41 | ['error' => []], |
| 42 | - ['request' => ['context' => (object) $this->context->all()], |
|
| 42 | + ['request' => ['context' => (object)$this->context->all()], |
|
| 43 | 43 | ], |
| 44 | - ['server' => (object) []], |
|
| 44 | + ['server' => (object)[]], |
|
| 45 | 45 | $payload |
| 46 | 46 | ); |
| 47 | 47 | |
@@ -32,7 +32,7 @@ |
||
| 32 | 32 | */ |
| 33 | 33 | protected function write(array $record) |
| 34 | 34 | { |
| 35 | - $this->honeybadger->rawNotification(function ($config) use ($record) { |
|
| 35 | + $this->honeybadger->rawNotification(function($config) use ($record) { |
|
| 36 | 36 | return [ |
| 37 | 37 | 'notifier' => array_merge($config['notifier'], ['name' => 'Honeybadger Log Handler']), |
| 38 | 38 | 'error' => [ |