Skip to content

Commit 57afd32

Browse files
Ensure the api key is a string
1 parent 224457f commit 57afd32

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Bugsnag/BugsnagLaravel/config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
| which should receive your application's uncaught exceptions.
1414
|
1515
*/
16-
'api_key' => env('BUGSNAG_API_KEY'),
16+
'api_key' => env('BUGSNAG_API_KEY', ''),
1717

1818
/*
1919
|--------------------------------------------------------------------------

0 commit comments

Comments
 (0)