Skip to content

Commit 2ceba23

Browse files
shalvahstympy
andauthored
Update src/HoneybadgerLaravel.php
Co-authored-by: Benjamin Curtis <[email protected]>
1 parent 0e5ec96 commit 2ceba23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/HoneybadgerLaravel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public function make(array $config): Reporter
2424
'notifier' => [
2525
'name' => 'Honeybadger Laravel',
2626
'url' => 'https://github.com/honeybadger-io/honeybadger-laravel',
27-
'version' => self::VERSION.' (PHP SDK: '.Honeybadger::VERSION.')',
27+
'version' => self::VERSION.'/'.Honeybadger::VERSION,
2828
],
2929
'service_exception_handler' => function (ServiceException $e) {
3030
Log::error($e);

0 commit comments

Comments
 (0)