@@ -32,7 +32,7 @@ |
||
32 | 32 | */ |
33 | 33 | protected function write(array $record) : void |
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' => [ |