Skip to content
This repository has been archived by the owner on May 16, 2024. It is now read-only.

Commit

Permalink
Added missing config
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilMoe committed Apr 27, 2019
1 parent 489da39 commit 3bbe139
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/BugsnagServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,14 @@ public function boot()
*/
public function register()
{
Config::set(
'logging.channels.stack.channels',
array_merge(
config('logging.channels.stack.channels'),
['bugsnag']
)
);

Config::set(
'logging.channels',
array_merge(
Expand Down

0 comments on commit 3bbe139

Please sign in to comment.