diff --git a/config/logging.php b/config/logging.php index d955f262..a397bd2f 100644 --- a/config/logging.php +++ b/config/logging.php @@ -91,9 +91,9 @@ return [ ], 'debug' => [ - 'driver' => 'stack', + 'driver' => 'stack', 'channels' => ['bugsnag', 'single'], - ] + ], ], ];